Fixed spaceing in .me help message

This commit is contained in:
neersighted 2012-04-02 13:10:44 -07:00
parent d666c5db45
commit 0b8f1f665d

View file

@ -147,8 +147,8 @@ def say(inp, conn=None, chan=None, notice=None):
@hook.command(adminonly=True) @hook.command(adminonly=True)
def me(inp, conn=None, chan=None, notice=None): def me(inp, conn=None, chan=None, notice=None):
".me [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 the channel the" \ "If [channel] is blank the bot will act the <action> in the channel the " \
" command was used in." "command was used in."
inp = inp.split(" ") inp = inp.split(" ")
if inp[0][0] == "#": if inp[0][0] == "#":
message = "" message = ""