Merge branch 'master' of https://github.com/Newbrict/bash-irc-bot
This commit is contained in:
commit
7efb61a9df
2
bot.sh
2
bot.sh
@ -47,7 +47,7 @@ do
|
|||||||
./modules/help.sh $who $from >> $input
|
./modules/help.sh $who $from >> $input
|
||||||
continue
|
continue
|
||||||
fi
|
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"
|
echo "$res"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user