Bug fix (I didn't test the previous commit correctly)

This commit is contained in:
Valentin Lorentz 2011-07-01 16:11:37 +02:00
parent 41514bafdd
commit 4ebcda024b
1 changed files with 2 additions and 2 deletions

View File

@ -634,9 +634,9 @@ wrappers = ircutils.IrcDict({
'float': getFloat,
'glob': getGlob,
'halfop': getHalfop,
'haveHalfop': getHaveHalfop
'haveHalfop': getHaveHalfop,
'haveOp': getHaveOp,
'haveVoice': getHaveVoice
'haveVoice': getHaveVoice,
'hostmask': getHostmask,
'httpUrl': getHttpUrl,
'id': getId,