Limnoria/plugins/Topic
Štěpán Němec 6520d1f282 Topic plugin: Add persistence support.
Topics now persist between restarts.

Rationale: Useful when reloading/restarting; previously the topics would
be just forgotten. Don't use database, as that would be an unnecessary
overkill and in any case not needed.

(Also, remove the unused `re' module import.)

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2010-05-11 18:22:37 -04:00
..
__init__.py Topic plugin: Add persistence support. 2010-05-11 18:22:37 -04:00
config.py topic now checks for +t mode before denying topic changes, and also allows halfops in addition to ops. 2010-04-14 22:57:01 -04:00
plugin.py Topic plugin: Add persistence support. 2010-05-11 18:22:37 -04:00
README.txt Added Topic in the new plugin format. 2005-02-02 04:39:30 +00:00
test.py topic now checks for +t mode before denying topic changes, and also allows halfops in addition to ops. 2010-04-14 22:57:01 -04:00

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