More supported crap.

This commit is contained in:
Jeremy Fincher 2004-09-08 22:48:32 +00:00
parent 2c9034171b
commit b3dfdd1ed5
1 changed files with 9 additions and 5 deletions

View File

@ -332,16 +332,20 @@ class IrcState(IrcCommandDispatcher):
_005converters = utils.InsensitivePreservingDict({
'modes': int,
'maxchannels': int,
'keylen': int,
'maxbans': int,
'maxtargets': int,
'nicklen': int,
'maxnicklen': int,
'topiclen': int,
'userlen': int,
'hostlen': int,
'kicklen': int,
'awaylen': int,
'silence': int,
'watch': int, # DynastyNet.
'topiclen': int,
'channellen': int,
'maxtargets': int,
'maxnicklen': int,
'maxchannels': int,
'watch': int, # DynastyNet, EnterTheGame
})
def _prefixParser(s):
if ')' in s: