From fef3cfe92a2c4348085c3e6eedf8d138467c4b6c Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Wed, 29 Aug 2012 14:22:58 +1200 Subject: [PATCH] ban(s) --- plugins/fishbans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fishbans.py b/plugins/fishbans.py index 97d0fb8..97fee9a 100644 --- a/plugins/fishbans.py +++ b/plugins/fishbans.py @@ -18,7 +18,7 @@ def fishbans(inp): user_url = "http://fishbans.com/u/%s" % user 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)