rename .act to .me
This commit is contained in:
parent
e90d72e6e0
commit
10e975ed69
1 changed files with 3 additions and 3 deletions
|
@ -137,10 +137,10 @@ def say(inp, conn=None, chan=None, notice=None):
|
||||||
conn.send(out)
|
conn.send(out)
|
||||||
|
|
||||||
|
|
||||||
@hook.command("me", adminonly=True)
|
@hook.command("act", adminonly=True)
|
||||||
@hook.command(adminonly=True)
|
@hook.command(adminonly=True)
|
||||||
def act(inp, conn=None, chan=None, notice=None):
|
def me(inp, conn=None, chan=None, notice=None):
|
||||||
".act [channel] <action> -- Makes the bot act out <action> in [channel] "\
|
".me [channel] <action> -- Makes the bot act out <action> in [channel] "\
|
||||||
"If [channel] is blank the bot will act the <action> in "\
|
"If [channel] is blank the bot will act the <action> in "\
|
||||||
"the channel the command was used in."
|
"the channel the command was used in."
|
||||||
split = inp.split(" ")
|
split = inp.split(" ")
|
||||||
|
|
Reference in a new issue