diff --git a/plugins/admin.py b/plugins/admin.py index 8b120df..05052cf 100755 --- a/plugins/admin.py +++ b/plugins/admin.py @@ -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] -- Makes the bot act out in [channel] "\ +def me(inp, conn=None, chan=None, notice=None): + ".me [channel] -- Makes the bot act out in [channel] "\ "If [channel] is blank the bot will act the in "\ "the channel the command was used in." split = inp.split(" ")