From 3326212d55da8465809c774105ff6ecb54d2e788 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Mon, 15 Mar 2010 17:40:57 -0400 Subject: [PATCH] fix typo (write-o, really) in string for show command --- plugins/MessageParser/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MessageParser/plugin.py b/plugins/MessageParser/plugin.py index a7aabaabb..639c57d2d 100644 --- a/plugins/MessageParser/plugin.py +++ b/plugins/MessageParser/plugin.py @@ -178,7 +178,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler): irc.reply('There is no such regexp trigger.') return - irc.reply("The trigger for regexp '%s' is '%s'" % (regexp, action)) + irc.reply("The action for regexp trigger '%s' is '%s'" % (regexp, action)) show = wrap(show, ['channel', 'something']) def listall(self, irc, msg, args, channel):