pydle icon indicating copy to clipboard operation
pydle copied to clipboard

pydle.Client.ban method doesn't understand full ban masks

Open usrbinsam opened this issue 9 years ago • 1 comments

If you feed the ban() method a full mask, like *!*@host, it tries to ban *!*@*!*@host - basically if it's not a known user on the channel, it prepends *!*@ - is this by design?

usrbinsam avatar Feb 21 '17 00:02 usrbinsam

That's problematic yes, I'll address this. Just checking the entry for occurences of ! and @ should work, I believe.

shizmob avatar Mar 14 '18 04:03 shizmob