mIRC Home    About    Download    Register    News    Help

Print Thread
#61391 22/11/03 03:38 AM
Joined: Nov 2003
Posts: 5
F
FuSe Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
F
Joined: Nov 2003
Posts: 5
Like when I say something its in grey already and I dont have to do the 14,1 thingie before I talk.


-UNDER CONSTRUCTION-
#61392 22/11/03 04:00 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
on *:INPUT:#,?: {
if (/* !iswm $1-) {
/msg $active 14,1 $+ $1-
/halt
}
}

alt+r (remotes) paste


-KingTomato
#61393 23/11/03 11:53 PM
Joined: Nov 2003
Posts: 5
F
FuSe Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
F
Joined: Nov 2003
Posts: 5
thanx


-UNDER CONSTRUCTION-
#61394 01/12/03 11:04 PM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
He forgot that you should use a double-digit colour, to avoid problems with text starting with numbers. Also, a correction: "#,?" doesn't work there (at least not here).
Code:
on *:INPUT:*:{
  if ($istok(channel query chat,$window($active).type,32)) && (/* !iswm $1) && ($readini($mircini,text,commandchar) $+ * !iswm $1) {
    msg $active 14,01 $+ $1-
    halt
  }
}


* cold edits his posts 24/7

Link Copied to Clipboard