3
0
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:
James Lu 2017-01-02 10:25:37 -08:00
parent 605d242677
commit efe38264ef

View File

@ -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 "~",