s/!roles was disabled/!roles is disabled/ again

Forgot one
This commit is contained in:
Vgr E.Barry 2015-06-14 22:54:51 -04:00
parent 5d8cd14db8
commit 3888c51da5

View File

@ -6971,7 +6971,7 @@ def listroles(cli, nick, chan, rest):
rest.pop(0)
else:
if gamemode in var.GAME_MODES and var.GAME_MODES[gamemode][4]:
txt += " {0}: {1}roles was disabled for the {2} game mode.".format(nick, botconfig.CMD_CHAR, gamemode)
txt += " {0}: {1}roles is disabled for the {2} game mode.".format(nick, botconfig.CMD_CHAR, gamemode)
else:
txt += " {0}: {1} is not a valid game mode.".format(nick, rest[0])
rest = []