mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
ircutils: Add 'I' to _plusRequireArguments and _minusRequireArguments.
This commit is contained in:
parent
c2e4a35b48
commit
ff5d83e7e6
@ -226,8 +226,8 @@ def banmask(hostmask):
|
|||||||
else:
|
else:
|
||||||
return '*!*@' + host
|
return '*!*@' + host
|
||||||
|
|
||||||
_plusRequireArguments = 'ovhblkqe'
|
_plusRequireArguments = 'ovhblkqeI'
|
||||||
_minusRequireArguments = 'ovhbkqe'
|
_minusRequireArguments = 'ovhbkqeI'
|
||||||
def separateModes(args):
|
def separateModes(args):
|
||||||
"""Separates modelines into single mode change tuples. Basically, you
|
"""Separates modelines into single mode change tuples. Basically, you
|
||||||
should give it the .args of a MODE IrcMsg.
|
should give it the .args of a MODE IrcMsg.
|
||||||
|
Loading…
Reference in New Issue
Block a user