Fixed a bug in strip_ansi that caused issues all over.

This commit is contained in:
Griatch 2014-03-03 12:26:57 +01:00
parent ef89099319
commit 1a65d12b2c
2 changed files with 10 additions and 3 deletions

View file

@ -204,7 +204,7 @@ class CmdBan(MuxCommand):
# save updated banlist
banlist.append(bantup)
ServerConfig.objects.conf('server_bans', banlist)
self.caller.msg("%s-Ban {w%s{x was added." % (typ, ban))
self.caller.msg("%s-Ban {w%s{n was added." % (typ, ban))
class CmdUnban(MuxCommand):