diff --git a/bot.sh b/bot.sh index cdb7b12..1b5a79c 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"