mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 150
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
I've customised nicklist to show ignored,idle60,idle30,@,%,+,- (sorted by prior.) nicks in different colors...

When connected to one server all is ok.
But when I connect to second server colors are screwed... :|
So I think i'ts a bug


Go ahead, jump. 100,000 lemmings can't be wrong.
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
how are those colors screwed?

/me sees nick colors right on multiple servers, maybe something is wrong with my eyes then?? grin



Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Look at his eyes - He's probably in an internet cafe and looking at mIRCs either side of him hehe.

Joined: Jan 2003
Posts: 150
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
Colors were reset also when I used /hop command...
I was idle for more than 26Hrs but nick was colored in opcolor. Why?
Same happens when I make second connection to server.


Go ahead, jump. 100,000 lemmings can't be wrong.
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
IF you /hop'ped then yes, the idle related colours would be gone because as far as mIRC knows everyone on the channel could have said something in the split-second you were gone.

As for a second server connection, that should be totally independent, even if you're connected to the same server and on the same channel.

Are you sure you're not using any custom displays? Maybe you should check your scripts for on INPUT's and on TEXT's


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jan 2003
Posts: 150
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
Yes I'm sure.
I don't have any scripted TEXT, INPUT events.


Go ahead, jump. 100,000 lemmings can't be wrong.
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
As far as I can tell, the colors in mirc are updated apon joins, parts, etc. When the user list is updated, mirc uses the default color scheme. The only think I would recommend is making a timer, or indeed going with on text and on join events to 'refresh' the nicklist as it changes. If you join a channel, then the script (or I assume you are doing some sort of a /cline) wille xecute. When a user joines after you, is mode changed, or parts the nicklist itself is colors according to your mIRC preferences..

Maybe I am wrong in assuming that you did infact use another method then /cline, but as far as I can see try making a timer, or on mode/join/part event triggers. confused


-KingTomato

Link Copied to Clipboard