I finally made my script's appearance work, with some problems though:
Code:
 on ^*:QUIT: { 
  if ($nick != $me) { 
    echo $color(quit)  [b]$chan[/b] $timestamp * <- Quits: $nick ( $+ $address $+ ) ( $+ $1- $+ )
    haltdef
  } 
} 
 

$chan won't work, cause there is no quit channel.
$chan($wid) won't work too, as it echoes in another channel! (weird)
$window won't work (same as $chan)

When I enter $chan or $window, the echo appears in the status window. How can i change that and echo to the window from where the user quits?!
Thanks in advance (advantically :P )