From ace459d876012c81e2ba85a41fae7d8591e942b6 Mon Sep 17 00:00:00 2001 From: neersighted Date: Wed, 29 Feb 2012 20:08:26 -0800 Subject: [PATCH] *SQUASH ALREADY* --- cloudbot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudbot b/cloudbot index 3259312..05270b7 100755 --- a/cloudbot +++ b/cloudbot @@ -61,9 +61,9 @@ error4 = red + "Program killed by user! {ERROR 4}" + nocol error5 = red + "Invalid backend in config! {ERROR 5}" + nocol error6 = red + "Author error! We be derpin'! {ERROR 6}" + nocol -start = "echo " + error1 -stop = "echo " + error1 -restart = "echo " + error1 +start = "echo " + "'" + error1 + "'" +stop = "echo " + "'" + error1 + "'" +restart = "echo " + "'" + error1 + "'" pid = "echo 'Cannot get pid'" if daemon: