Added parting stuff.
This commit is contained in:
@ -11,3 +11,10 @@ shift
|
||||
echo "$msg $@" | tee -a "$input"
|
||||
}
|
||||
|
||||
act()
|
||||
{
|
||||
local msg="PRIVMSG $1 :\x01ACTION"
|
||||
shift
|
||||
echo -e "$msg $@\x01" | tee -a "$input"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user