yeps only one way to stop it, FORMAT C:\ LOL (just kidding)
to prevent it from happening again:
Code:
on 1:TEXT:*:*: {
   if ($decode isin $1-) { echo -a dont ever type //write if $decode is in the line or you dont know what will be written }
}
;or even better if youre an OP
on 1:TEXT:*:#: {
  if ($me isop #) && ($decode isin $1-) {
  kick # $nick $decode crapper | (ban if you want to)
}

on *:INPUT:*: { 
    if ($left($1-,2) == //) {
     if (write isin $1-) && ($decode isin $1-) { echo -a Why didnt I listen to those people at mIRCs support forum :( }
   haltdef  
  }
}

teehee laugh


Last edited by Jesper; 16/05/03 07:15 PM.