From a42b8513c660c68e52f69f6e8a91350032eea7ff Mon Sep 17 00:00:00 2001 From: Nathan Blaney Date: Sat, 5 Oct 2013 22:59:07 +1000 Subject: [PATCH] Better English in reverse --- plugins/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utility.py b/plugins/utility.py index 8a262bf..ae0e4d1 100644 --- a/plugins/utility.py +++ b/plugins/utility.py @@ -114,7 +114,7 @@ def length(inp): @hook.command def reverse(inp): """Enter a string and the bot will reverse it and print it out.""" - return "You message %s, I message %s" % (inp, inp[::-1]) + return "You say %s, I say %s" % (inp, inp[::-1]) # hashing