make "stats type changed" message use botconfig.CMD_CHAR, to avoid actually running !stats on other bots

This commit is contained in:
jacob1 2015-11-04 12:31:54 -05:00
parent e3c5897f6f
commit 154589a748

View File

@ -9501,7 +9501,7 @@ if botconfig.DEBUG_MODE or botconfig.ALLOWED_NORMAL_MODE_COMMANDS:
if var.STATS_TYPE == "default":
var.ORIGINAL_SETTINGS["STATS_TYPE"] = var.STATS_TYPE
var.STATS_TYPE = "accurate"
cli.msg(chan, "!stats type changed to accurate due to use of !frole.")
cli.msg(chan, "{0}stats type changed to accurate due to use of {0}frole.".format(botconfig.CMD_CHAR))
chk_win(cli)