3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/plugins
James Lu cd244ee89b relay: block until irc.maxnicklen is set, and remove check for "nick already in use" for internal clients
Closes #48. This fixes the edge case where, if a person with a long, cut-off nick changes to another long nick, and the resulting normalized nick is the same,
normalizeNick will start incrementing the separator anyway. The correct behavior is to NOT send any nick changes if the old (normalized) nick and the new nick
match.
2015-07-15 13:53:14 -07:00
..
admin.py plugins/admin: rename quitclient -> quit 2015-07-10 16:43:16 -07:00
commands.py plugins/commands.py: warn on failed login attempts 2015-07-08 23:21:01 -07:00
hooks.py everything: Improve logging 2015-07-05 13:44:48 -07:00
relay.py relay: block until irc.maxnicklen is set, and remove check for "nick already in use" for internal clients 2015-07-15 13:53:14 -07:00