mIRC Home    About    Download    Register    News    Help

Print Thread
#154660 31/07/06 12:02 AM
Joined: Oct 2005
Posts: 51
S
Babel fish
OP Offline
Babel fish
S
Joined: Oct 2005
Posts: 51
well i was tring 2 make adon for nick color
couldnt get it 2 work with ~ &
but in the main app of mirc i went 2 color and was able
to get it 2 work so my ? is how i can i make it
so my nick is diff color also without useing my nick
so when i share this script with others
there nick will be diff color also
i tried !me $me $1
any input
ty

#154661 31/07/06 12:27 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
If it wasn't for the fact that you plan on sharing the script with others, I'd suggest that you use the address book

/abook - Color tab
/abook -l (mIRC 6.2 only)

For your nick, you can enter $me in the box where you would enter the nickname or address

I also suggest you read the topic at Nick Coloring

Since you do want to share the code, this is going to be more difficult, since the /abook command is (extremely) limited as to what it can do regarding entries in the address book.

#154662 31/07/06 01:14 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
The only way you will be able to achieve what you are trying to do is by using Raw 352, $7 is equal to The nick's channel status is by doing a time delay WHO NICK after they join the channel.

Outside of that you could manually add each nick to what you want them to be in your nicklist color or do a WHO NICK on each nick joining the channel. Chances are if your in a large channel you will get flooded.

Code:
 [color:red]
raw 352:*: { 
  if (~ iswm $7) { cline $_vr(nicklist,owner) $2 $6 | haltdef }
  if (& iswm $7) { cline $_vr(nicklist,hops) $2 $6 | haltdef } 
}
  [/color] 


You might have to edit this to achieve the colors you want your helper nick and Owner nick to be.

Last edited by Othello; 31/07/06 01:39 AM.



Intelligence: It's better to ask a stupid question, then to prove it by not asking....

Link Copied to Clipboard