mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
nefarious: remove extraneous userlist assignment in handle_burst
This commit is contained in:
parent
605d242677
commit
efe38264ef
@ -988,8 +988,6 @@ class P10Protocol(IRCS2SProtocol):
|
||||
channel = self.irc.toLower(args[0])
|
||||
chandata = self.irc.channels[channel].deepcopy()
|
||||
|
||||
userlist = args[-1].split()
|
||||
|
||||
bans = []
|
||||
if args[-1].startswith('%'):
|
||||
# Ban lists start with a %. However, if one argument is "~",
|
||||
|
Loading…
Reference in New Issue
Block a user