Revert "Add warning to !coin/!pony"
This reverts commit 0fcf10494fdc2904f840438a5f31a83b1e4ba114.
This commit is contained in:
parent
0fcf10494f
commit
b39c31efe1
@ -2905,7 +2905,6 @@ def coin(cli, nick, chan, rest):
|
|||||||
cli.notice(nick, "You may not use this command right now.")
|
cli.notice(nick, "You may not use this command right now.")
|
||||||
return
|
return
|
||||||
|
|
||||||
cli.notice(nick, "It's a bad idea to base any decisions on this command.")
|
|
||||||
cli.msg(chan, "\2{0}\2 tosses a coin into the air...".format(nick))
|
cli.msg(chan, "\2{0}\2 tosses a coin into the air...".format(nick))
|
||||||
var.LOGGER.logMessage("{0} tosses a coin into the air...".format(nick))
|
var.LOGGER.logMessage("{0} tosses a coin into the air...".format(nick))
|
||||||
coin = random.choice(["heads", "tails"])
|
coin = random.choice(["heads", "tails"])
|
||||||
@ -2926,7 +2925,6 @@ def pony(cli, nick, chan, rest):
|
|||||||
cli.notice(nick, "You may not use this command right now.")
|
cli.notice(nick, "You may not use this command right now.")
|
||||||
return
|
return
|
||||||
|
|
||||||
cli.notice(nick, "It's a bad idea to base any decisions on this command.")
|
|
||||||
cli.msg(chan, "\2{0}\2 tosses a pony into the air...".format(nick))
|
cli.msg(chan, "\2{0}\2 tosses a pony into the air...".format(nick))
|
||||||
var.LOGGER.logMessage("{0} tosses a pony into the air...".format(nick))
|
var.LOGGER.logMessage("{0} tosses a pony into the air...".format(nick))
|
||||||
pony = random.choice(["hoof", "plot"])
|
pony = random.choice(["hoof", "plot"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user