Simple Nick Completer

By nfield38 on Apr 23, 2006

This is a simple nick completer that makes calling for a user on IRC a little more noticeable. Just paste this into your remotes - Alt-R. To use, type the name of the user followed by a colon. So, if I wanted to alert Nick1, I would type "Nick1: My message."

/*
Nick Completer by nfield38
You're welcome to change what you like. If you wish to change the output, modify the "say" line. It is currently set to have a bold bracket, followed by the name underlined, followed again by a bold bracket. Enjoy!
*/

on 1:input:#:{
  if ($left($1,1) != /) && ($right($1,1) == :) {
    say $+([,$ialchan($+($remove($1,$right($1,1)),*!*@*),#,1).nick,]:) $2-
    haltdef
  }
}

Comments

Sign in to comment.
a careful warchild   -  Dec 12, 2008

i try doing:

on 1:input:#:{
  if ($left($1,1) != /) && ($right($1,1) == :) {
    say $+(7(4(,$ialchan($+($remove($1,$right($1,1)),*!*@*),#,1).nick,4)7)) - $2-
    haltdef
  }
}

merely playing around with the appearance of it and it comes back as:

12[112:0412] 13@12(00Jórdy12)15 7(4(,$ialchan($+($remove($1,$right($1,1)),!@*),#,1).nick,4)7) - lmao
any ideas??

 Respond  
guest598594   -  Aug 21, 2007

i like it good job

 Respond  
nfield38   -  Jul 07, 2006

I made it so that it\'s an actual nick completer: now you don\'t even have to type the whole name! Just type the first few letters and a colon, and the snippet will fill the name in for you. Example:

Input: Nfi: Hello!
Output: [NField]: Hello!

 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.