2011-07-23 10:46:43 +02:00
|
|
|
This plugin keeps factoids in your bot.
|
|
|
|
|
|
|
|
To add factoid say
|
2014-06-08 16:21:54 +02:00
|
|
|
`@something is something` And when you call `@something` the bot says
|
|
|
|
`something is something`.
|
2011-07-23 10:46:43 +02:00
|
|
|
|
|
|
|
If you want factoid to be in different format say (for example):
|
2014-06-08 16:21:54 +02:00
|
|
|
`@Hi is <reply> Hello` And when you call `@hi` the bot says `Hello.`
|
2011-07-26 18:56:35 +02:00
|
|
|
|
|
|
|
If you want the bot to use /mes with Factoids, that is possible too.
|
2014-06-08 16:21:54 +02:00
|
|
|
`@test is <action> tests.` and everytime when someone calls for `test` the bot answers `* bot tests.`
|