Better English in reverse

This commit is contained in:
Nathan Blaney 2013-10-05 22:59:07 +10:00
parent d83d82978e
commit a42b8513c6
1 changed files with 1 additions and 1 deletions

View File

@ -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