A Nick completer

By Ghost-lit Warder on Jun 20, 2007

Simple.

on *:input:*:{ 
 if ($left($1-,1) !iswm /) && ($nick ison $chan) { 
  msg $active $1 $+ : $2- | halt
 }
}

Comments

Sign in to comment.
HumanTorch   -  Sep 03, 2008

Hahaha, yeah, the tab feature is useful but in some networks, like mine, we have users with a random nickname, like: NetworkUser07382 .... If in a channel there is a lot of users with that kind of nickname, the tab feature is a lil bit useless... You need to tab a lot of times...

But when I clicked this topic, I was expecting something like a code to add some symbols in the nickname.. Like, I type "User: Hey, how are you?", and in the channel appears "»'User'«: Hey, how are you?"... Something like that...

I realise that there is a lot of scripts with that feature, but I'm using the "pure" mIRC, and I'm adding some features on my own, so it can be full customizable by me... And I'm searching for that code because I'm too lazy to do one! I know there's one out there, already made! So, why do one if there is one available?! :P

Has anyone got a clue where I can find this? Thanks!

 Respond  
Ghost-lit Warder   -  Sep 04, 2007

*multiple nicks of the same letters in the beginning

 Respond  
Ghost-lit Warder   -  Sep 04, 2007

Type some letters of a nick on the channel, type tab to finish the rest of the nick. It might malfunction with multiple nicks on the channel but it is pretty useful.

 Respond  
guest598594   -  Sep 04, 2007

wow, i never realized there was a tab feature :P

 Respond  
Ghost-lit Warder   -  Sep 04, 2007

hence why they have the tab feature. ;)

 Respond  
guest598594   -  Sep 04, 2007

so all it does is add a colon?

anyways, it would say

nick: nick blah blah blah

so wouldnt u have to change it to

msg $active $1 $+ : $2- | halt

also, id rather use other nick completers that when u type a few letters, it finishes the nick...

 Respond  
guest598594   -  Sep 04, 2007

dont u have to do if($left($1-,1) != /)

 Respond  
Ghost-lit Warder   -  Jun 21, 2007

Yeah it is pretty simple, thanks for the suggestion. ;/

 Respond  
cantseeme   -  Jun 20, 2007

simple.........................................
and..............................
you should really add a real feature

 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.