dr.botzo/modules
Brian S. Stephan bdba8e20f1 Karma: don't swallow potential commands
when matching patterns, !rank item++ would not get replied to
since the karma matcher would hit, increment item, and then return
(with no response). now it hits but lets processing continue.

doing !rank item++ of course still increments item, which is probably
not what you want to have happen, but i'm not sure how i feel about
fixing it yet, since even if it's not what you /want/ it's probably
what you /expect/.
2012-09-13 12:28:03 -05:00
..
__init__.py turns out we do indeed need modules/__init__.py, so add it back 2011-01-08 09:39:05 -06:00
Achievements.py no longer encode/decode UTF8 stuff when going to/from database 2012-07-27 16:34:57 -05:00
Acro.py convert to a MySQL backend 2012-07-27 02:18:01 -05:00
Babelfish.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Countdown.py Countdown: catch parsing error exception 2012-07-29 09:44:23 -05:00
Dice.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Echo.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
EightBall.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Facts.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
GoogleTranslate.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Help.py convert to a MySQL backend 2012-07-27 02:18:01 -05:00
IrcAdmin.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Karma.py Karma: don't swallow potential commands 2012-09-13 12:28:03 -05:00
Markov.py Markov: check for start2-only lists correctly while working backwards 2012-07-30 10:25:13 -05:00
Pi.py Pi: formatting cleanup, show database error 2012-07-29 09:45:19 -05:00
Seen.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Storycraft.py Storycraft: more debugging output 2012-07-29 09:46:53 -05:00
TextTransform.py pyflakes cleanups 2012-07-27 20:38:45 -05:00
Twitter.py Twitter: twitter_settings shouldn't have a primary key 2012-07-28 08:37:27 -05:00
Weather.py pyflakes cleanups 2012-07-27 20:38:45 -05:00