diff --git a/src/MiscCommands.py b/src/MiscCommands.py index 7aa5bfd62..19c653a9a 100755 --- a/src/MiscCommands.py +++ b/src/MiscCommands.py @@ -189,7 +189,7 @@ class MiscCommands(callbacks.Privmsg): Returns the module is in. """ - command = privmsgs.getArgs(args) + command = callbacks.canonicalName(privmsgs.getArgs(args)) Class = irc.findCallback(command) if Class is not None: irc.reply(msg, Class.name())