diff --git a/PackageInfo/plugin.py b/PackageInfo/plugin.py index 1936070..d7fbe9e 100644 --- a/PackageInfo/plugin.py +++ b/PackageInfo/plugin.py @@ -201,6 +201,7 @@ class PackageInfo(callbacks.Plugin): def privmsg(self, irc, msg, user): channel = self.__getChannel(msg.args[0]) text = self.space_re.subn(' ', msg.args[1].strip())[0] + my_commands = self.listCommands() if text[0] == self.registryValue("prefixchar"): text = text[1:].strip() if user and text[0] in list(conf.supybot.reply.whenAddressedBy.chars()):