From 4b630e82290df9d898d73bfd115c925d130c8ff7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 8 Jun 2014 17:21:54 +0300 Subject: [PATCH] MoobotFactoids: fix quoting in README.md. [SKIP CI] --- plugins/MoobotFactoids/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/MoobotFactoids/README.md b/plugins/MoobotFactoids/README.md index 1ed9ff1da..66228fdde 100644 --- a/plugins/MoobotFactoids/README.md +++ b/plugins/MoobotFactoids/README.md @@ -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 Hello" And when you call @hi the bot says "Hello." +`@Hi is 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 tests." and everytime when someone calls for "test" the bot answers *bot tests. +`@test is tests.` and everytime when someone calls for `test` the bot answers `* bot tests.`