From 37023f5616d339e8c5724d1c53d5bb883449b4f3 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 2 Nov 2010 12:17:41 +0100 Subject: [PATCH] MessageParser: fix two misspell In config.py config var help and in plugin.py docstring --- plugins/MessageParser/config.py | 2 +- plugins/MessageParser/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/MessageParser/config.py b/plugins/MessageParser/config.py index f70dbdb24..2e5221a5e 100644 --- a/plugins/MessageParser/config.py +++ b/plugins/MessageParser/config.py @@ -65,7 +65,7 @@ conf.registerChannelValue(MessageParser, 'requireManageCapability', Note that absence of an explicit anticapability means user has capability.""")) conf.registerChannelValue(MessageParser, 'listSeparator', - registry.String(', ', """Determines the separator used between rexeps when + registry.String(', ', """Determines the separator used between regexps when shown by the list command.""")) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: diff --git a/plugins/MessageParser/plugin.py b/plugins/MessageParser/plugin.py index 62d8e9dad..944395aef 100644 --- a/plugins/MessageParser/plugin.py +++ b/plugins/MessageParser/plugin.py @@ -204,7 +204,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler): add = wrap(add, ['channel', 'something', 'something']) def remove(self, irc, msg, args, channel, optlist, regexp): - """[] [--id] ] + """[] [--id] Removes the trigger for from the triggers database. is only necessary if