Recently nightbot added a spam to the command. I dealt with it by changing....

Quote:
if ($1 isnum) && ($2) { msg %channel %target has been online for $1- }

to
Quote:
if ($1 isnum) && ($2) {
/msg %channel %target has been streaming for $gettok($1-,1,45)
}




Last edited by bl968; 21/01/16 03:14 AM.