From c0b95a148b3445e23612b233447b2f1d40d7bd30 Mon Sep 17 00:00:00 2001 From: Jordan Snelling Date: Wed, 23 Oct 2013 17:28:44 +0100 Subject: [PATCH] fix typos and make !rtfm consistent with the others --- shortutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shortutils.py b/shortutils.py index 577e582..523ab0f 100644 --- a/shortutils.py +++ b/shortutils.py @@ -19,7 +19,7 @@ def rtfm(phenny, input): u = input.group(2).strip() + ", " else: u = "" - phenny.say(u + "Somebody thinks you should read the manual. The wiki for dev related questions is at http://dev.minetest.net , the regular wiki is at http://wiki.minetest.net. ") + phenny.say(u + "someone thinks you should read the manual. The wiki for dev related questions is at http://dev.minetest.net , the regular wiki is at http://wiki.minetest.net. ") rtfm.commands = ['rtfm'] @@ -33,7 +33,7 @@ def questions(phenny, input): u = input.group(2).strip() + ", " else: u = "" - phenny.say(u + "Someone thinks that your question is inaccurate or doesn't follow the guidelines. Read here how to make it right: http://catb.org/~esr/faqs/smart-questions.html") + phenny.say(u + "someone thinks that your question is inaccurate or doesn't follow the guidelines. Read here how to make it right: http://catb.org/~esr/faqs/smart-questions.html") questions.commands = ['questions']