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/)
-   Eggdrop, NeoStats, BNC (https://www.ircforumlari.net/eggdrop-neostats-bnc/)
-   -   özele mesaj tcl sorun (https://www.ircforumlari.net/eggdrop-neostats-bnc/635845-ozele-mesaj-tcl-sorun.html)

aspawa 30 Ekim 2014 23:00

özele mesaj tcl sorun
 
Bu tclnin işlevi servere giren kayıtsız nicklerin özeline listede belirtilen mesajları rastgele atmak ama bir süredir çalışmıyor

Kod:

# Botun vereceği mesajlar

set messages { 
  "DENEME"
  "DENEME2"
  "DENEME3"
  "DENEME4"
}

bind raw * notice connection
proc connection {from keyword arg} {
  global botnick
  if {[string match -nocase "*Client connecting on port*" $arg]} {
    set nick [lindex $arg 9]
    putquick "NickServ INFO $nick"
  }
}

bind NOTC – * if:notice
proc if:notice {nick uhost handle text dest} {
  global messages
  if {[string match -nocase "*kayitli degil*" $text]} {
    set information [lindex $messages [rand [llength $messages]]] 
    set person [lindex [stripcodes bcru $text] 0]
    utimer 10[list putquick "privmsg $person $information"]
  }
}

daha önce çalışan tcl şimdi çalışmaz oldu sorun nedir ?

Nickservden gelen mesaj -NickServ- Nick'iniz kayitli degil.

¿ 31 Ekim 2014 00:40

Cevap: özele mesaj tcl sorun
 
Birde bunu dene bakalim sorunsuz calisacaktir.

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]


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

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