rename .act to .me

This commit is contained in:
neersighted 2012-03-30 17:07:29 -07:00
parent e90d72e6e0
commit 10e975ed69

View file

@ -137,10 +137,10 @@ def say(inp, conn=None, chan=None, notice=None):
conn.send(out)
@hook.command("me", adminonly=True)
@hook.command("act", adminonly=True)
@hook.command(adminonly=True)
def act(inp, conn=None, chan=None, notice=None):
".act [channel] <action> -- Makes the bot act out <action> in [channel] "\
def me(inp, conn=None, chan=None, notice=None):
".me [channel] <action> -- Makes the bot act out <action> in [channel] "\
"If [channel] is blank the bot will act the <action> in "\
"the channel the command was used in."
split = inp.split(" ")