darkircu commented on a Page, Quit, Nick Query notifier  -  Nov 26, 2008

A little bit shorter.

on *:QUIT: {
  var %.query.num 1
  while ($query(%.query.num)) {
    if ($nick == $v1) { echo -m $nick $timestamp 4* $nick has quit network stating ( $+ $1- $+ ) }
    inc %.query.num
  }
}
on *:NICK: {
  var %.query.num 1
  while ($query(%.query.num)) {
    if ($newnick == $v1) { echo -m $newnick $timestamp 6* $nick changed their nick to $newnick }
    inc %.query.num
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.