JakobOvrum / Diggler

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

onNickInUse not working as intended #6

Closed mitchgrout closed 9 years ago

mitchgrout commented 9 years ago

Using the example code found here http://jakobovrum.github.io/Diggler/index.html , if I connect to an IRC serer (tested on Rizon & Esper) where the nick is already in use, the client sends "NICK *_" instead of the original nick with an appended underscore. Log from running with "debugVersions": ["Dirk"]

":irc.losslessone.com 433 * mitch :Nickname is already in use." pos: 318 << "NICK *" (length: 7) ":irc.losslessone.com 432 * *_ :Erroneous Nickname" pos: 369 Unhandled command "432"

JakobOvrum commented 9 years ago

Fixed by https://github.com/JakobOvrum/Dirk/commit/8237150c19189999a373f853fc2c6053c720e86a