From 0341a528ae9821cb85a41c9d1c29e7fe9b4cd7a8 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Tue, 9 Aug 2011 13:51:05 -0500 Subject: [PATCH] slight change to the docs of !shoot --- wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfgame.py b/wolfgame.py index cc7dc9e..216f8c1 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -1290,7 +1290,7 @@ def retract(cli, nick, chan, rest): @cmd("shoot") def shoot(cli, nick, chan, rest): - """Use this to fire off a bullet at someone if you have bullets""" + """Use this to fire off a bullet at someone in the day if you have bullets""" if var.PHASE in ("none", "join"): cli.notice(nick, "No game is currently running.") return