mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Bug fix (I didn't test the previous commit correctly)
This commit is contained in:
parent
41514bafdd
commit
4ebcda024b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user