ircanywhere / irc-factory

A rebuilt irc-factory from simple-irc-socket and irc-message. Get support at #ircanywhere on freenode
https://ircanywhere.com
MIT License
60 stars 14 forks source link

Change client nickname per server #10

Closed Jazcash closed 10 years ago

Jazcash commented 10 years ago

So I have two different bot clients, connecting to two different servers but I want them both to have the same nickname. However, I think the rename on nickname in use function is global and not per server because my second bot joins with the nickname+1, even though the initial nick isn't taken on that particular server.

Jazcash commented 10 years ago

Nevermind, apparently I had a background process running that I forgot about that was connected with the nickname....