3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 20:52:42 +01:00

relay: axe unused variable

This commit is contained in:
James Lu 2016-06-19 12:32:12 -07:00
parent bcc754cf0b
commit d3e207d653

View File

@ -119,7 +119,6 @@ def normalizeNick(irc, netname, nick, separator=None, uid=''):
# they match the UID of the originating server. Otherwise, you'll
# get nasty protocol violation SQUITs!
nick = '_' + nick
tagnicks = True
suffix = separator + netname
nick = nick[:maxnicklen]