mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-08 12:15:25 -05:00
MessageParser: fix typo.
This commit is contained in:
parent
1af08c27d7
commit
a7c6a6337a
2 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler):
|
|||
|
||||
Lists regexps present in the triggers database.
|
||||
<channel> is only necessary if the message isn't sent in the channel
|
||||
itself. Regexp ID listed in paretheses.
|
||||
itself. Regexp ID listed in parentheses.
|
||||
"""
|
||||
db = self.getDb(channel)
|
||||
cursor = db.cursor()
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""stick the various versioning attributes in here, so we only have to change
|
||||
them once."""
|
||||
version = '0.83.4.1+limnoria (2011-08-06T18:55:38+0200)'
|
||||
version = '0.83.4.1+limnoria (2011-08-06T18:56:28+0200)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue