mIRC Home    About    Download    Register    News    Help

Print Thread
#1999 16/12/02 05:47 AM
L
laz
laz
L
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
C
Cassius
Cassius
C
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

#2001 16/12/02 12:01 PM
C
Cassius
Cassius
C
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! }

#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

#2003 17/12/02 06:34 AM
L
laz
laz
L
thanks dude smile


Link Copied to Clipboard