mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 05:02:33 +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
|
# they match the UID of the originating server. Otherwise, you'll
|
||||||
# get nasty protocol violation SQUITs!
|
# get nasty protocol violation SQUITs!
|
||||||
nick = '_' + nick
|
nick = '_' + nick
|
||||||
tagnicks = True
|
|
||||||
|
|
||||||
suffix = separator + netname
|
suffix = separator + netname
|
||||||
nick = nick[:maxnicklen]
|
nick = nick[:maxnicklen]
|
||||||
|
Loading…
Reference in New Issue
Block a user