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

View File

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