mIRC Home    About    Download    Register    News    Help

Print Thread
#59058 04/11/03 02:46 PM
Joined: Dec 2002
Posts: 45
P
piko Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 45
Code:
on 1:start: {
  .cnick -ranm2 $chr(36) $+ me 7
  .cnick -rm2 * 0 +
  .cnick -ranm2 X 4
  .cnick -ranm2 Q 4
  .cnick -ranm2 L 4
  .cnick -rm2 * 14 @
  .cnick -ranm2 * 15
  .cnick -ranim2 * 10
  .cnick -anm2 $chr(36) $+ me 7
  .cnick -m2 * 0 +
  .cnick -anm2 X 4
  .cnick -anm2 Q 4
  .cnick -anm2 L 4
  .cnick -m2 * 14 @
  .cnick -anm2 * 15
  .cnick -anim2 * 10
} 


well, when I join a channel the op's are colored, but when someone get opped they stay white, and when I cycle the channel they are colored again, why? confused

#59059 04/11/03 04:50 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Move ".cnick -m2 * 0 +" below ".cnick -m2 * 14 @"

#59060 06/11/03 09:17 AM
Joined: Sep 2003
Posts: 21
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Sep 2003
Posts: 21
try turning

your code into an alias...

alias nickcolor {
your code here
}

then do your on *:start: { nickcolor }
also try to add stuff to call the same alias by means of joins, parts, kicks, bans, quits, op, deop, voice, etc... so that way... when any of those events happen.. the alias will be called and your script will call upon nickcolor and update the colors in your nick list.. hope that helps.. laugh


Dejavue is only proof that dreams really do come true.
#59061 06/11/03 03:00 PM
Joined: Aug 2003
Posts: 7
G
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
G
Joined: Aug 2003
Posts: 7
just press ctrl+b (for address book) and than click on "nick" tab than click "add" and set color for nick, than put "@" into channel modes and press OK. (and be sure you checked "channel modes" check) And u don't need any remotes for that smile


Link Copied to Clipboard