From 15261c173d2c969c752f8023e72be254a2fca7e3 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Mon, 22 Jul 2013 13:52:21 +0100 Subject: [PATCH] fixed off by 1 args bug --- bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.sh b/bot.sh index 532c960..e5a722b 100755 --- a/bot.sh +++ b/bot.sh @@ -47,7 +47,7 @@ do ./modules/help.sh $who $from >> $input continue fi - ./modules/$com.sh $who $from $(echo "$will" | cut -d " " -f3-99) >> $input + ./modules/$com.sh $who $from $(echo "$will" | cut -d " " -f2-99) >> $input ;; *) echo "$res"