Pr0grammer264589 / silvertrout

Automatically exported from code.google.com/p/silvertrout
Other
0 stars 0 forks source link

IRC-Servers with * prefix #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, i have a IRC-Server where users can have a prefix of *@.

This will cause the bot to add them wrong to the users hashset when the onNames 
function is called.

This results to the error message "Message from unkown person or to unknown 
channel" when you write a message into the channel.

I manually fixed this by changing the onNames function in the Network class to 
just truncate leading * characters

Original issue reported on code.google.com by firespli...@gmail.com on 13 Jan 2014 at 10:18