on ^*:SNOTICE:*:{
if (kill isin $1-) echo -a $1-
if ($me isin $1-) /server server
}
you can use this to capture and record snotices so you could improve the if ($me isin $1-) /server server to if ($8 == $me) 0r whatever your $ is of one being killed
using this
on *:SNOTICE:*: {
var %i = 1, %output2
while (%i <= $0) {
%output2 = %output2 $chr(40) $+ $ $+ %i == $($+($,%i),2) $+ $chr(41)
inc %i
}
write snotice/ $+ snotice( $+ $date(mmmm.dd.yyyy) $+ ) $+ .txt $day $date(mmmm.dd.yyyy) $asctime(hh:nn:tt:) %output2
}
make a folder in your mirc called snotice and it will write all of them there