Added parting stuff.

This commit is contained in:
Storm Dragon
2016-09-04 12:43:22 -04:00
parent 7daab60d2a
commit a5706b025b
5 changed files with 45 additions and 9 deletions

View File

@ -11,3 +11,10 @@ shift
echo "$msg $@" | tee -a "$input"
}
act()
{
local msg="PRIVMSG $1 :\x01ACTION"
shift
echo -e "$msg $@\x01" | tee -a "$input"
}