mIRC Home    About    Download    Register    News    Help

Print Thread
#68184 16/01/04 08:03 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I post it her too.. (sorry if you have to read my question 2 times).. i was looking in the Address Book, and i was playing with the color options in there.. and now i wonder how can you color the dudes with op @ in a serter color? and i dont mean true the address book, rather to typing? i have it set as:

[x] nick addresses
set to * (apply to all users)
and for the channel mode @ .. and how do i change the color option for that with /cnick x x ? i cant figure out what to put after /cnick :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68185 16/01/04 08:08 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Help File -> /cnick -raniovpylNmN [nick[!user@host]] [color] [modes] [levels]

Ex. /cnick Nick 4


mIRC Chm Help 6.16.0.3 Full Anchored!
#68186 16/01/04 08:09 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
if i undertood that part in the help file, then i wouldent be asking here..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68187 16/01/04 08:30 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Ok, hope my example help you smile
Good Night wink





~~~~~~~~~~~~~~~~~
Yuuppy.. Today is Friday wink No more school for this week wink


mIRC Chm Help 6.16.0.3 Full Anchored!
#68188 16/01/04 08:42 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
/cnick * 4 wont work.. so no it didnt smirk i dont want just one nick to be colored red.. i want all ops to be red.. :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68189 16/01/04 09:34 PM
Joined: Jan 2004
Posts: 3
Z
Self-satisified door
Offline
Self-satisified door
Z
Joined: Jan 2004
Posts: 3
Well you could "while loop" all ops?
Try /help while loops

#68190 17/01/04 01:02 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/nick *!*@* 4 @


Code:
//if ( khaled isgod ) echo yes | else echo no
#68191 17/01/04 01:24 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
It sounds wierd that i have to loop somthing that is built in to mirc it self?
and it would be fun if somone gave me a working line for my problem :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68192 17/01/04 04:11 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
when you open the address book and click on the nick tab at the bottom of that page is a help button
if you want to turn @nickname to the color red you can do this with all @nicknames if you just want to turn the @ red it doesnt allow that option in the dialog .

#68193 17/01/04 04:23 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
just took somone and replyed.. since no one is able to help me with this problem, then maybe somone have som time to look at my color addon? i need som ideas how to update it smother then what it is now, if you have som time, then plz let me know and i tell you where to DL the addon, it's just a *.mrc file. and its really small so no huge download for you..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68194 17/01/04 06:20 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
apologies i have trouble usually understanding what ppl are asking for still not quite sure but try this
/cnick * 4 @ that turns all ops red both in channel and listbox

#68195 17/01/04 06:26 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
i only wants them red in the list box.. and i noticed a problem when type the line.. it dont update the option for somthing that are set.. it adds a new line for it.. so that means that everytime i change the colors true the dialog, then i get a new line untill it cant add more lines frown so that didnt work so well, but still need somone that can take a fev minutes to look on my nicklist color dialog and it's updates wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#68196 17/01/04 06:40 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
/cnick -m2 * 4 @
that is the switch for listbox only


Link Copied to Clipboard