mIRC Home    About    Download    Register    News    Help

Print Thread
#1999 16/12/02 05:47 AM
Joined: Dec 2002
Posts: 54
L
laz Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Dec 2002
Posts: 54
alright, I'm wondering if there is a way to know what color some one is using. Say if some one used yellow color on my channel I'd ban them. Anybody know how to do this?

And one more thing, whats COM files smile

#2000 16/12/02 07:22 AM
Joined: Dec 2002
Posts: 20
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Dec 2002
Posts: 20
Code:
on 1:TEXT:*:#:{
  if ($chr(3) isin $1-) {
    if ($chr(3) $+ 8 isin $1-) { echo -s $nick used yellow! that bastard! } 
  }
}


Com objects are programs and DLLs.

hope I helped more than I hurt cool


"Illegitimati non Carborundum" -> "Don't let the bastards grind you down."
#2001 16/12/02 12:01 PM
Joined: Dec 2002
Posts: 20
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Dec 2002
Posts: 20
of course, you could always use control+k8, instead of $chr(3) $+ 8... *has been on a 24 hour long binge of sugar, and hasn't really slept since Al Gore's hot tub scene*...

cool

on *:TEXT:*:*:{ if (8 isin $1-) echo -a that bastard ( $+ $nick $+ ) used YELLOW! }


"Illegitimati non Carborundum" -> "Don't let the bastards grind you down."
#2002 16/12/02 12:18 PM
Joined: Dec 2002
Posts: 111
F
Vogon poet
Offline
Vogon poet
F
Joined: Dec 2002
Posts: 111
Quote:
*has been on a 24 hour long binge of sugar, and hasn't really slept since Al Gore's hot tub scene*


O_o


Experience The Void.. Are You Ready?
#2003 17/12/02 06:34 AM
Joined: Dec 2002
Posts: 54
L
laz Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Dec 2002
Posts: 54
thanks dude smile


Link Copied to Clipboard