Notify Me

By jaystew on Aug 06, 2009

Notify script, load it into your remotes when someone says your chatnick it will message you with username wants you in channelname.

To add other names like your nicknames etc add the following to the bottom of the script changing NICK to the nick you want it to trigger on

if ( NICK isin $1- ) { /echo $Active $dev 4 $nick wants you in $chan NICK }

on *:TEXT:*:#:{
  if ( $active == $chan ) { halt }
  if ( $me isin $1- ) { /echo $Active $dev 4 $nick wants you in $chan $me  }

Comments

Sign in to comment.
Master-Of-Death   -  Aug 06, 2009

Couldn't them same be acheived by using this snippet

on :TEXT::#:{ if ($active !== $chan) {
.echo -a $nick wants you in $chan $me
}
}

 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.