ban(s)
This commit is contained in:
parent
56a656f691
commit
fef3cfe92a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Reference in a new issue