Yanıt: snotice sorunu
dediğin çalışıyor fakat
on ^1:snotice:*:{
if (*banned* iswm $1-) {
if ($window(@Banned) == $null) { window -ne @Banned }
echo 12 -t @Banned 12 $+ $time 5 $1- | halt
}
}
on ^1:snotice:*:{
if (*removed* iswm $1-) {
if ($window(@Removed) == $null) { window -ne @Removed }
echo 12 -t @Removed 12 $+ $time 5 $1- | halt
}
}
on ^1:snotice:*:{
if (*virus/trojan* iswm $1-) {
if ($window(@Cause) == $null) { window -ne @Cause }
echo 12 -t @Cause 12 $+ $time 5 $1- | halt
}
}
ilki çalışıyor sadece sonraki 2 çalışmıyor
Konu aLoSs tarafından (30 Nisan 2006 Saat 13:31 ) değiştirilmiştir.
|