s/!roles was disabled/!roles is disabled/ again
Forgot one
This commit is contained in:
parent
5d8cd14db8
commit
3888c51da5
@ -6971,7 +6971,7 @@ def listroles(cli, nick, chan, rest):
|
|||||||
rest.pop(0)
|
rest.pop(0)
|
||||||
else:
|
else:
|
||||||
if gamemode in var.GAME_MODES and var.GAME_MODES[gamemode][4]:
|
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:
|
else:
|
||||||
txt += " {0}: {1} is not a valid game mode.".format(nick, rest[0])
|
txt += " {0}: {1} is not a valid game mode.".format(nick, rest[0])
|
||||||
rest = []
|
rest = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user