diff --git a/protocols/nefarious.py b/protocols/nefarious.py index 23039c1..ef3814d 100644 --- a/protocols/nefarious.py +++ b/protocols/nefarious.py @@ -894,6 +894,11 @@ class P10Protocol(Protocol): # 1 # 2 # 3+ [ []] [] [] + + if len(args) < 3: + # No useful data was sent, ignore. + return + channel = utils.toLower(self.irc, args[0]) userlist = args[-1].split() their_ts = int(args[1])