slight change to the docs of !shoot
This commit is contained in:
parent
e3215fada5
commit
b284195e28
@ -1290,7 +1290,7 @@ def retract(cli, nick, chan, rest):
|
|||||||
|
|
||||||
@cmd("shoot")
|
@cmd("shoot")
|
||||||
def shoot(cli, nick, chan, rest):
|
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"):
|
if var.PHASE in ("none", "join"):
|
||||||
cli.notice(nick, "No game is currently running.")
|
cli.notice(nick, "No game is currently running.")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user