From 3888c51da52b774c36d58c28e3882727ea2fd3f1 Mon Sep 17 00:00:00 2001 From: "Vgr E.Barry" Date: Sun, 14 Jun 2015 22:54:51 -0400 Subject: [PATCH] s/!roles was disabled/!roles is disabled/ again Forgot one --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index fbbdd9e..dab4463 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -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 = []