Ilya Nepomnyashchiy
Ilya Nepomnyashchiy
Another good alternative might be to add a bot command that just issues a nick for the configured nick.
Ohhh, so the bot is doing the appending of the numbers itself? Does that explain why I'm getting 2 the second time? Seems like what might be happening is: -...
Also, just realized that's an external library, so maybe I'm asking the wrong person for those things haha
Looks to me like it's appending to `self.opt.nick` which I think is what's in my config file, not `self.nick` which is already the existing nick?
Good idea. I modified that block to read: ``` case 'err_nicknameinuse': if (typeof (self.opt.nickMod) == 'undefined') self.opt.nickMod = 0; self.opt.nickMod++; console.log("Requested nickname in use. Attempting " + self.opt.nick + self.opt.nickMod);...
Do we have any idea when the build cache team might be able to take a look at this contribution? This has been a not uncommon pain point and it'd...