From a3217134893b374b9cc1d304b1dbe23ae04aac94 Mon Sep 17 00:00:00 2001 From: tsimpson Date: Thu, 12 Apr 2012 20:45:02 +0100 Subject: [PATCH] try a fix for lp bug #980202 --- PackageInfo/plugin.py | 1 + 1 file changed, 1 insertion(+) 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()):