From 10e975ed69dbfd4e80e26d52be0108565dac434c Mon Sep 17 00:00:00 2001 From: neersighted Date: Fri, 30 Mar 2012 17:07:29 -0700 Subject: [PATCH] rename .act to .me --- plugins/admin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(" ")