From d666c5db4559361f55d4beaa4d6d86fec4af231c Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 3 Apr 2012 08:06:31 +1200 Subject: [PATCH] Made stuff look nice --- plugins/admin.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/admin.py b/plugins/admin.py index 73dd9cc..323e846 100755 --- a/plugins/admin.py +++ b/plugins/admin.py @@ -124,9 +124,9 @@ def raw(inp, conn=None, notice=None): @hook.command(adminonly=True) def say(inp, conn=None, chan=None, notice=None): - ".say [channel] -- Makes the bot say in [channel]. "\ - "If [channel] is blank the bot will say the in "\ - "the channel the command was used in." + ".say [channel] -- Makes the bot say in [channel]. " \ + "If [channel] is blank the bot will say the in the channel " \ + "the command was used in." inp = inp.split(" ") if inp[0][0] == "#": message = "" @@ -146,9 +146,9 @@ def say(inp, conn=None, chan=None, notice=None): @hook.command("act", adminonly=True) @hook.command(adminonly=True) 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." + ".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." inp = inp.split(" ") if inp[0][0] == "#": message = ""