Nick Caller

By |Chris| on Dec 07, 2007

Simple Nick caller.

Paste into blank remotes It'll /notice you upon the saying of your nick or preset word.
Comment please. =]]

on :TEXT:*:#: { ($me isin $1-) || (<nick> isin $1-) { notice $me $nick Said your name in $chan, $nick said $1- } }

Comments

Sign in to comment.
Rebellious   -  Dec 10, 2007

=X Quite.

 Respond  
guest598594   -  Dec 10, 2007
See the thing is.. Mine is more efficent, You can also add a preset nick/word as well as your nick. See if you have Your name preset and your name isn\'t your nick it\'ll call you.
Nice try bud but no. 

Rebellious, i think u meant [ quote ] instead of [ code ] :P

 Respond  
guest598594   -  Dec 10, 2007

Nice try bud but no.

i think g13\'s idea of a window is more efficient in my opinion

 Respond  
Rebellious   -  Dec 10, 2007
See the thing is.. Mine is more efficent, You can also add a preset nick/word as well as your nick. See if you have Your name preset and your name isn\'t your nick it\'ll call you.
Nice try bud but no. 

Actually, the code that G13AoUsTiS provided is much more efficient as it basically \'logs\' the highlights you receive. It also grabs more attention to the eye really. Please replace /notice $me with /echo -a. Using /echo could be SO much more efficient. Also could be a hassle to setup the script as well. I\'d browse around and check out some of the other highlight snippets to find a different approach. Then find some sort of originality as this snippet has been done a million times.

 Respond  
guest598594   -  Dec 10, 2007
on :TEXT:*:#: { ($me isin $1-) || (<nick> isin $1-) { notice $me $nick Said your name in $chan, $nick said $1- } }

should be

on *:TEXT:*#:{ if ($me isin $1- || (<nick> isin $1-) { notice $me $nick Said your name in $chan $+ , $nick said $1- } }

(includes level, the missing if, and $chan, needed $+ in between)

 Respond  
x_jake   -  Dec 10, 2007

on many servers sending the notices may flood you off

 Respond  
|Chris|   -  Dec 08, 2007

See the thing is.. Mine is more efficent, You can also add a preset nick/word as well as your nick. See if you have Your name preset and your name isn\'t your nick it\'ll call you.
Nice try bud but no.

 Respond  
G13AoUsTiS   -  Dec 07, 2007

on :TEXT:*:#: { ($me isin $1-) { /window -m @NickCaller | //echo @NickCaller $nick Called You In, $chan with: $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.