shaunagm / WelcomeBot

Other
35 stars 43 forks source link

Nicks with underscores are recorded incorrectly #62

Open mapkyca opened 8 years ago

mapkyca commented 8 years ago

e.g _foo_ is saved as foo

SwartzCr commented 7 years ago

this is intentional to work around the case where someone who is having connectivity issues with their server (or hasn't yet authenticated their nick) gets underscores appended to their name. The code for it is here: https://github.com/shaunagm/WelcomeBot/blob/master/bot.py#L132 though in theory that line should use rstrip instead of replace So while the nicks.csv will be 'wrong' it shouldn't confuse that user for another one