stormbot/functions.sh
2016-09-03 00:14:12 -04:00

10 lines
86 B
Bash

#!/bin/bash
msg()
{
local msg="PRIVMSG $1"
shift
echo "$msg $@" | tee -a "$log"
}