Fix duplicate function name

This commit is contained in:
Vgr E.Barry 2015-06-04 10:55:06 -04:00
parent 49f0ba220b
commit ee97d6f45e

View File

@ -5676,7 +5676,7 @@ def cgamemode(cli, arg):
@cmd("start", phases=("join",))
def fstart(cli, nick, chan, rest):
def start_cmd(cli, nick, chan, rest):
"""Starts a game of Werewolf."""
start(cli, nick, chan)