JakobOvrum / Diggler

IRC bot framework for the D programming language
http://jakobovrum.github.io/Diggler/
Other
6 stars 5 forks source link

Using a password? #3

Closed vendethiel closed 9 years ago

vendethiel commented 9 years ago

Hi,

it seems it's not possible in the crurent code of diggler/dirk to join a network with an account that has a password. Am I missing something? A github code search only brings up dirk's "join channel with a password".

Thanks!

vendethiel commented 9 years ago

https://github.com/JakobOvrum/Dirk/blob/44a17ce5efd8fccc6aea055e6f3bea89ff4abcbf/irc/client.d#L137 I guess

JakobOvrum commented 9 years ago

That's right. I haven't had time to get around to this. I'll be back working on Dirk in perhaps ~3 weeks, hopefully sooner.

edit:

Pull requests are of course very welcome :)

vendethiel commented 9 years ago

I was just wondering if anything special was necessary. I don't know anything about the protocol itself, but if it's just a matter of adding a field, documenting it, and adding a "PASS: {pass}" message, then yes I can probably do it :)