Top

A Nick completer


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  1.5
Scores Submitted  2
Date Added  Jun 20, 2007
Last Updated  Sep 04, 2007
Tags  nick 
  Bookmark and Share

Introduction

Simple.


Grab the Code

Comments

  (10)  RSS
cantseeme
Comments: 48
 
mIRC Snippet:  A Nick completer
Posted on Jun 20, 2007 11:32 pm
simple.........................................
and..............................
you should really add a real *feature*
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  A Nick completer
Posted on Jun 21, 2007 9:23 am
Yeah it is pretty simple, thanks for the suggestion. ;/
mountaindew
Comments: 1,640
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:28 pm
dont u have to do if($left($1-,1) != /)
mountaindew
Comments: 1,640
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:38 pm
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...

Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:41 pm
hence why they have the tab feature. ;)
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:42 pm
You can edit it anyway you want really. I could make an alias giving the option to set designs and configuration but I am doing other things right now. This was just a simple code I made a while back. >_>
mountaindew
Comments: 1,640
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:44 pm
wow, i never realized there was a tab feature :P
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:45 pm
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.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  A Nick completer
Posted on Sep 4, 2007 8:45 pm
*multiple nicks of the same letters in the beginning
HumanTorch
Comments: 5
 
mIRC Snippet:  A Nick completer
Posted on Sep 3, 2008 5:33 am
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!

Please Register or Login to start posting comments.
Bottom