From 368722c813168e4676fae379e6ea9febc579d7ce Mon Sep 17 00:00:00 2001 From: jcao219 Date: Wed, 27 Jul 2011 20:32:15 -0500 Subject: [PATCH] fixed a bug of stupidity --- wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfgame.py b/wolfgame.py index b1f8ca3..dc59262 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -1968,7 +1968,7 @@ def coin(cli, nick, chan, rest): if botconfig.DEBUG_MODE: @cmd("set", admin_only=True) - def set(cli, nick, chan, rest): + def set_setting(cli, nick, chan, rest): rest = re.split(" +",rest, 1) if len(rest) != 2 or not rest[0] or not rest[1]: cli.msg(chan, "Invalid syntax.")