MessageParser: fix typo.

This commit is contained in:
skizzhg 2011-08-06 18:56:28 +02:00 committed by Valentin Lorentz
parent 1af08c27d7
commit a7c6a6337a
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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)'