mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Added a few more little madoodles to supported stuff.
This commit is contained in:
parent
2c5276bc98
commit
f7094ae7b9
@ -334,9 +334,11 @@ class IrcState(IrcCommandDispatcher):
|
|||||||
'maxbans': int,
|
'maxbans': int,
|
||||||
'maxtargets': int,
|
'maxtargets': int,
|
||||||
'nicklen': int,
|
'nicklen': int,
|
||||||
|
'maxnicklen': int,
|
||||||
'topiclen': int,
|
'topiclen': int,
|
||||||
'kicklen': int,
|
'kicklen': int,
|
||||||
|
'awaylen': int,
|
||||||
|
'silence': int,
|
||||||
})
|
})
|
||||||
def _prefixParser(s):
|
def _prefixParser(s):
|
||||||
if ')' in s:
|
if ')' in s:
|
||||||
|
Loading…
Reference in New Issue
Block a user