This commit is contained in:
Luke Rogers 2012-08-29 14:22:58 +12:00
parent 56a656f691
commit fef3cfe92a

View file

@ -18,7 +18,7 @@ def fishbans(inp):
user_url = "http://fishbans.com/u/%s" % user user_url = "http://fishbans.com/u/%s" % user
ban_count = request["stats"]["totalbans"] ban_count = request["stats"]["totalbans"]
return "The user \x02%s\x02 has \x02%s\x02 bans. See detailed info " \ return "The user \x02%s\x02 has \x02%s\x02 ban(s). See detailed info " \
"at %s" % (user, ban_count, user_url) "at %s" % (user, ban_count, user_url)