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:
parent
bcc754cf0b
commit
d3e207d653
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user