darkircu

darkircu

Joined
Nov 21, 2006

Activity Stream

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  
darkircu commented on a Page, Showhash  -  Jul 02, 2008

No comments .....
Addon autor: da^hype.
Posted on: mirc(dot)net
Direct link: http://www.mirc.net/projects.php?go=1105638472&get_review=1

 Respond  
darkircu commented on a Page, Guestbook *Updated*  -  May 21, 2007

Not bad, i have a irc guestbook working together with php & mysql.
This is cool, but you can make this better.... someday :)

 Respond  
darkircu commented on a Page, Disease  -  Nov 21, 2006

Nice script! .... but use iswm instead of isin :)

 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.