MoobotFactoids: fix quoting in README.md.

[SKIP CI]
This commit is contained in:
Mikaela Suomalainen 2014-06-08 17:21:54 +03:00 committed by Valentin Lorentz
parent 64acf863f0
commit 4b630e8229
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
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".
`@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."
`@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.
`@test is <action> tests.` and everytime when someone calls for `test` the bot answers `* bot tests.`