mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
MessageParser: fix two misspell
In config.py config var help and in plugin.py docstring
This commit is contained in:
parent
e0c08d3f98
commit
37023f5616
@ -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:
|
||||
|
@ -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):
|
||||
"""[<channel>] [--id] <regexp>]
|
||||
"""[<channel>] [--id] <regexp>
|
||||
|
||||
Removes the trigger for <regexp> from the triggers database.
|
||||
<channel> is only necessary if
|
||||
|
Loading…
Reference in New Issue
Block a user