From c05d1f5186a0886055e6b7e7bdcc8b0529dc145a Mon Sep 17 00:00:00 2001 From: Cydrobolt Date: Fri, 25 Apr 2014 15:38:46 -0400 Subject: [PATCH] !j command to join a game --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index c448486..d5edbd5 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -390,7 +390,7 @@ def fpinger(cli, nick, chan, rest): pinger(cli, nick, chan, rest) - +@cmd("j", raw_nick=True) @cmd("join", raw_nick=True) def join(cli, nick, chann_, rest): """Either starts a new game of Werewolf or joins an existing game that has not started yet."""