Fix message name

This commit is contained in:
nyuszika7h 2016-12-05 14:06:22 +01:00
parent b2104e4d36
commit 3d5aa8c8e3

View File

@ -7766,7 +7766,7 @@ if botconfig.DEBUG_MODE or botconfig.ALLOWED_NORMAL_MODE_COMMANDS:
if is_gunner and who in var.GUNNERS: if is_gunner and who in var.GUNNERS:
del var.GUNNERS[who] del var.GUNNERS[who]
else: else:
cli.msg(chan, messages["invalid_template_mod"]) cli.msg(chan, messages["improper_template_mod"])
return return
elif rol in var.TEMPLATE_RESTRICTIONS.keys(): elif rol in var.TEMPLATE_RESTRICTIONS.keys():
cli.msg(chan, messages["template_mod_syntax"].format(rol)) cli.msg(chan, messages["template_mod_syntax"].format(rol))