From 43002d466e672ee15c82732d308dca35b5ff442a Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 6 Jan 2017 16:43:10 -0800 Subject: [PATCH] nefarious: fix misplaced log line from efe38264efa8ffb29228d917d58db859156603ef --- protocols/nefarious.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protocols/nefarious.py b/protocols/nefarious.py index 1653c57..6352fab 100644 --- a/protocols/nefarious.py +++ b/protocols/nefarious.py @@ -1020,11 +1020,10 @@ class P10Protocol(IRCS2SProtocol): changedmodes = set(parsedmodes + bans) namelist = [] + prefixes = '' + userlist = args[-1].split(',') log.debug('(%s) handle_burst: got userlist %r for %r', self.irc.name, userlist, channel) - prefixes = '' - - userlist = args[-1].split(',') if args[-1] != args[1]: # Make sure the user list is the right argument (not the TS). for userpair in userlist: # This is given in the form UID1,UID2:prefixes. However, when one userpair is given