mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 149
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 149
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

T
theRat
theRat
T
how are those colors screwed?

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


Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Look at his eyes - He's probably in an internet cafe and looking at mIRCs either side of him hehe.

Joined: Jan 2003
Posts: 149
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 149
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.

Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
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

Joined: Jan 2003
Posts: 149
J
J0ke Offline OP
Vogon poet
OP Offline
Vogon poet
J
Joined: Jan 2003
Posts: 149
Yes I'm sure.
I don't have any scripted TEXT, INPUT events.

Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
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


Link Copied to Clipboard