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)