slight change to the docs of !shoot

This commit is contained in:
Jimmy Cao 2011-08-09 13:51:05 -05:00
parent e3215fada5
commit b284195e28

View File

@ -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