WorldDMT commented on a Page, nick alert  -  Jun 29, 2009

to not repeat u can use an alias if u want like this (just an idea)

on *:action:*:#:call # $nick $me $active $1-
on *:text:*:#:call # $nick $me $active $1-
alias call {
  tokenize 32 $strip($1-)
  if $istok($5-,$3,32) {
    if ($4 == status window) describe $1 now check something at status window
    elseif ($4 == $2) msg $2 yes? can i help you $2 ?
    elseif ($4 ischan) describe $1 now active at channel $remove($4,$v2)
    elseif ($istok($regsubex($str(.,$query(0)),/./g,$query(\\n) $+ $chr(46)),$4,46)) describe $1 now private chat with $4
    echo -a $2 call you at $1
  }
}
 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.