Man, I must've been really sleepy when I 'fixed' that code.

This commit is contained in:
Jeremy Fincher 2004-02-13 08:58:29 +00:00
parent e2795d3ef0
commit 74300bb148
1 changed files with 1 additions and 1 deletions

View File

@ -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.