Fixed the space back.

This commit is contained in:
Storm Dragon 2016-09-02 12:53:41 -04:00
parent e0da89efaa
commit 04b2237242
1 changed files with 2 additions and 2 deletions

4
bot.sh
View File

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