Allow using !coin and !pony in PM
This commit is contained in:
parent
91e122f86d
commit
ca9b6a2009
@ -6866,7 +6866,7 @@ def show_admins(cli, nick, chan, rest):
|
|||||||
else:
|
else:
|
||||||
cli.who(chan)
|
cli.who(chan)
|
||||||
|
|
||||||
@cmd("coin")
|
@cmd("coin", pm=True)
|
||||||
def coin(cli, nick, chan, rest):
|
def coin(cli, nick, chan, rest):
|
||||||
"""It's a bad idea to base any decisions on this command."""
|
"""It's a bad idea to base any decisions on this command."""
|
||||||
|
|
||||||
@ -6884,7 +6884,7 @@ def coin(cli, nick, chan, rest):
|
|||||||
cmsg = "The coin lands on \2{0}\2.".format(coin)
|
cmsg = "The coin lands on \2{0}\2.".format(coin)
|
||||||
cli.msg(chan, cmsg)
|
cli.msg(chan, cmsg)
|
||||||
|
|
||||||
@cmd("pony")
|
@cmd("pony", pm=True)
|
||||||
def pony(cli, nick, chan, rest):
|
def pony(cli, nick, chan, rest):
|
||||||
"""For entertaining bronies."""
|
"""For entertaining bronies."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user