Limnoria/plugins/MoobotFactoids
Valentin Lorentz 6cbc6a14dd Rename all 'locale' directories to 'locales'.
Firstly, these directories contains more than one locale. Secondly, it conflicts with the 'locale' python module.
2012-12-26 15:43:35 +01:00
..
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:43:35 +01:00
README.txt
__init__.py
config.py
messages.pot
plugin.py MoobotFactoids: Use Supybot's shlex instead of the standard library's. 2012-08-04 14:00:23 +02:00
test.py Alias & MoobotFactoids: Fix import error in test.py. 2012-08-05 14:14:55 +02:00

README.txt

This plugin keeps factoids in your bot.

To add factoid say
"@something is something" And when you call @something the bot says 
"something is something".

If you want factoid to be in different format say (for example):
"@Hi is <reply> Hello" And when you call @hi the bot says "Hello."

If you want the bot to use /mes with Factoids, that is possible too.
"@test is <action> tests." and everytime when someone calls for "test" the bot answers *bot tests.