Limnoria/plugins/Filter
James McCoy a42ab2e2d4 ircutils.FormatParser: Make getInt only get integers that are valid colors
If a colored message were wrapped just right (e.g., a colored number ending
the chunk), FormatParser would gobble up the color format code and the number
in the message, causing a KeyError when trying to look up the color in
mircColors.

Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-07-02 21:11:50 -04:00
..
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
plugin.py ircutils.FormatParser: Make getInt only get integers that are valid colors 2012-07-02 21:11:50 -04:00
README.txt Added the Filter plugin in the new plugin format. 2005-01-25 20:04:14 +00:00
test.py plugins/Filter/test.py: Need to include the Reply plugin for the action command. 2006-05-03 14:40:47 +00:00

Insert a description of your plugin here, with any notes, etc. about using it.