From 74300bb14825b3171804ec83da0b68facf5642fc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 13 Feb 2004 08:58:29 +0000 Subject: [PATCH] Man, I must've been really sleepy when I 'fixed' that code. --- src/ircutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ircutils.py b/src/ircutils.py index 657b12366..c93ac6508 100644 --- a/src/ircutils.py +++ b/src/ircutils.py @@ -199,7 +199,7 @@ def banmask(hostmask): return '*!*@' + host _plusRequireArguments = 'ovhblkqe' -_minusRequireArguments = 'ocvbkqe' +_minusRequireArguments = 'ovhbkqe' def separateModes(args): """Separates modelines into single mode change tuples. Basically, you should give it the .args of a MODE IrcMsg.