IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   snotice sorunu (https://www.ircforumlari.net/mirc-scripting-sorunlari/16486-snotice-sorunu.html)

el33t 29 Nisan 2006 18:36

Yanıt: snotice sorunu
 
Kod:

on ^1:SNOTICE:*:{
  if (exiting isin $1-) {
    if (!$window(@Connects)) { window -en @Connects }
    echo 4 -t @Connects Çıkış : $1- | halt
  }
  if (Connecting isin $1-) {
    if (!$window(@Connects)) { window -en @Connects }
    echo 3 -t @Connects Giriş : $1- | halt
  }
  halt
}

Kalınla gösterdiğim halt'ı kaldırırsan sorunun çözülür.

Requiem 29 Nisan 2006 18:40

Yanıt: snotice sorunu
 
eywallah cozuldu cok saolun hepiniz.

aLoSs 30 Nisan 2006 12:33

Yanıt: snotice sorunu
 
peki bunu

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
}

gibi çopaltamazmıyız? ben denedim oldu fakat statusde sürekli

ON Unknown command
ON Unknown command
ON Unknown command
ON Unknown command
yazısı çıkıyor

el33t 30 Nisan 2006 13:07

Yanıt: snotice sorunu
 
Bracket hatası var, hepsinin sonuna } eklersen çalışır, yani:

on ^1:snotice:*:{
if (*banned* iswm $1-) {
if ($window(@Banned) == $null) { window -ne @Banned }
echo 12 -t @Banned 12 $+ $time 5 $1- | halt
}
}

aLoSs 30 Nisan 2006 13:25

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

el33t 30 Nisan 2006 13:40

Yanıt: snotice sorunu
 
on ^*:snotice:*:{
if (*virus/trojan* iswm $1-) {

gibi olan yerleri

on ^*:snotice:*virus/trojan*:{

ile değiş ve sondan bir tane bracket kaldır, yani:

on ^*:snotice:*virus/trojan*:{
if ($window(@Cause) == $null) { window -ne @Cause }
echo 12 -t @Cause 12 $+ $time 5 $1- | halt
}

aLoSs 30 Nisan 2006 13:48

Yanıt: snotice sorunu
 
çok saol el33t

takır takır çalışıyor :)


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 02:31.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk