Fixed the space back.

This commit is contained in:
Storm Dragon 2016-09-02 12:53:41 -04:00
parent e0da89efaa
commit 04b2237242

4
bot.sh
View File

@ -2,9 +2,9 @@
msg() msg()
{ {
local msg="PRIVMSG $1:" local msg="PRIVMSG $1"
shift shift
echo "$msg $@" | tee -a "$log" echo "$msg :$@" | tee -a "$log"
} }
[ -f bot.properties ] && source bot.properties [ -f bot.properties ] && source bot.properties