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/)
-   -   Kelime & isLam eggdrop bot sorunu (https://www.ircforumlari.net/eggdrop-neostats-bnc/567432-kelime-amp-islam-eggdrop-bot-sorunu.html)

Turk06 22 Şubat 2014 12:59

Kelime & isLam eggdrop bot sorunu
 
Kelime & isLam eggdrop bot sorunu

ARKADAŞLAR KELİME BOTU SORDUGU SORULARIN ÇEVAPLARINI KABUL ETMIYOR YANI VERDIGINIZ SORUNUN CEVABINI GORMUYOR BUNUN SEBEBI NEDIR

İSLAM BOTUNA GELINCE SORUYU SORMADAN DİREK İP UCLARINA GECIYOR VE GINE ÇEVAP KABUL GORMUYOR

[12:58:38] <Hoca> Soru cevap oyunu Nick tarafından başlatıldı!
[12:58:38] <Hoca> Ipucu: s*****
[12:58:42] <Hoca> Ipucu: s*h***

YARDIMLARINIZ ICIN ŞINDIDEN TEŞEKKÜRLERIMI SUNARIM

Turk06 22 Şubat 2014 16:34

Cevap: Kelime & isLam eggdrop bot sorunu
 
YARDIM EDICEK KIMSE YOKMU

Korkut 22 Şubat 2014 23:54

Cevap: Kelime & isLam eggdrop bot sorunu
 
cd eggdrop
./eggdrop -mn kelime.conf
./eggdrop -mn islam.conf
yaparak çıkan sonucları paylaşırsan yardımcı olabilirim tcl ile alakalı sorun olabilir

Turk06 23 Şubat 2014 21:02

Cevap: Kelime & isLam eggdrop bot sorunu
 
SORUN COZULMUŞDUR KONUYU KAPATABILIRSINIZ

ulusalchat 27 Şubat 2014 01:25

Cevap: Kelime & isLam eggdrop bot sorunu
 
forumlar kişisel yardım platformları değil genel paylaşım platformları dır bu olayı anlayamıyorum
gelip sorun bildiriyorsunuz insanlar yardım etmeye çalışıyor sonradan ya burada verilen cevaplara göre yada kendiniz bir şekilde sorununuzu çözüme ulaştırıyorsunuz sonrasında "tamam sorun çözümlendi konuyu kapatın.." yahu Müslüman sorununu nasıl çözdün bi açıklasana belki aynı sorunu yaşayan birileri var yada belki aynı sorunu gelecekte birileri yaşayacak.. yapmayın böyle arkadaşlar bu tür platformlar yukarıda dediğim gibi genel paylaşımlar için varlar..

Amacım kimseyi rencide etmek değil sadece fikrimi görüşümü ve gercek den rahatsız olduğum konuyu dile getirdim

YozGatLı 27 Şubat 2014 12:28

Cevap: Kelime & isLam eggdrop bot sorunu
 
Botunuz egerki soru sormuyor ise çözümü şöyledir

TCLNİZDEKİ ŞU SATIRLARI:
Kod:

if {[catch {incr tghintnum}]!=0} {
set tghintnum 0
regsub -all {ğ} $tgcurrentanswer "g" tgcurrentanswer
regsub -all {Ğ} $tgcurrentanswer "G" tgcurrentanswer
regsub -all {ü} $tgcurrentanswer "u" tgcurrentanswer
regsub -all {Ü} $tgcurrentanswer "U" tgcurrentanswer
regsub -all {ş} $tgcurrentanswer "s" tgcurrentanswer
regsub -all {Ş} $tgcurrentanswer "S" tgcurrentanswer
regsub -all {ı} $tgcurrentanswer "i" tgcurrentanswer
regsub -all {İ} $tgcurrentanswer "I" tgcurrentanswer
regsub -all {ö} $tgcurrentanswer "o" tgcurrentanswer
regsub -all {Ö} $tgcurrentanswer "O" tgcurrentanswer
regsub -all {ç} $tgcurrentanswer "c" tgcurrentanswer
regsub -all {Ç} $tgcurrentanswer "C" tgcurrentanswer
regsub -all -- "\[^A-Za-z0-9\]" $tgcurrentanswer "" _hintchars
set tgmaxhintcurrent [expr [strlen $_hintchars]<=$tgmaxhint?[expr [strlen $_hintchars]-1]:$tgmaxhint]
catch {tgunbindhintcmd}
if {$tgmaxhintcurrent>0} {
set tgrebindhinttimer [utimer $tgtempnohint tgbindhintcmd]
}
}


BURDAKİLER İLE DEGİŞTİRİN:
Kod:

if {![info exists tghintnum]} {
                set tghintnum 0
regsub -all {ğ} $tgcurrentanswer "g" tgcurrentanswer
regsub -all {Ğ} $tgcurrentanswer "G" tgcurrentanswer
regsub -all {ü} $tgcurrentanswer "u" tgcurrentanswer
regsub -all {Ü} $tgcurrentanswer "U" tgcurrentanswer
regsub -all {ş} $tgcurrentanswer "s" tgcurrentanswer
regsub -all {Ş} $tgcurrentanswer "S" tgcurrentanswer
regsub -all {ı} $tgcurrentanswer "i" tgcurrentanswer
regsub -all {İ} $tgcurrentanswer "I" tgcurrentanswer
regsub -all {ö} $tgcurrentanswer "o" tgcurrentanswer
regsub -all {Ö} $tgcurrentanswer "O" tgcurrentanswer
regsub -all {ç} $tgcurrentanswer "c" tgcurrentanswer
regsub -all {Ç} $tgcurrentanswer "C" tgcurrentanswer
regsub -all -- "\[^A-Za-z0-9\]" $tgcurrentanswer "" _hintchars
                set tgmaxhintcurrent [expr [strlen $_hintchars]<=$tgmaxhint?[expr [strlen $_hintchars]-1]:$tgmaxhint]
                catch {tgunbindhintcmd}
                if {$tgmaxhintcurrent>0} {
        set tgrebindhinttimer [utimer $tgtempnohint tgbindhintcmd]
      }
  } else { incr tghintnum }


Botunuzunu killeyin ve ardından tekrar sunucuya atın sorun düzelecektir.

Vesaire 23 Ekim 2014 13:51

Cevap: Kelime & isLam eggdrop bot sorunu
 
Ya peki @YozGatLı tcl de bu tür bir yer yoksa ne olacak aynı dert bendede var soru başladı diyor ama devamı yok

eLsukr 09 Ocak 2016 17:49

Cevap: Kelime & isLam eggdrop bot sorunu
 
Kelime botu cevapları kabul etmiyor ./eggdrop -mn kelime.conf yapınca çıkan ;
Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads
[17:43:11] Allocated bind table unld (flags 1)
[17:43:11] Allocated bind table time (flags 1)
[17:43:11] Allocated bind table cron (flags 1)
[17:43:11] Allocated bind table note (flags 0)
[17:43:11] Allocated bind table nkch (flags 1)
[17:43:11] Allocated bind table load (flags 1)
[17:43:11] Allocated bind table link (flags 1)
[17:43:11] Allocated bind table filt (flags 1)
[17:43:11] Allocated bind table disc (flags 1)
[17:43:11] Allocated bind table dcc (flags 0)
[17:43:11] Allocated bind table chpt (flags 1)
[17:43:11] Allocated bind table chon (flags 1)
[17:43:11] Allocated bind table chof (flags 1)
[17:43:11] Allocated bind table chjn (flags 1)
[17:43:11] Allocated bind table chat (flags 1)
[17:43:11] Allocated bind table bot (flags 0)
[17:43:11] Allocated bind table bcst (flags 1)
[17:43:11] Allocated bind table away (flags 1)
[17:43:11] Allocated bind table act (flags 1)
[17:43:11] Allocated bind table evnt (flags 1)
[17:43:11] Allocated bind table log (flags 1)
[17:43:11] --- Loading eggdrop v1.6.21 (Sat Jan 9 2016)
[17:43:11] Listening at telnet port 3112 (all).
[17:43:11] Module loaded: channels
[17:43:11] Allocated bind table wall (flags 1)
[17:43:11] Allocated bind table raw (flags 1)
[17:43:11] Allocated bind table notc (flags 1)
[17:43:11] Allocated bind table msgm (flags 1)
[17:43:11] Allocated bind table msg (flags 0)
[17:43:11] Allocated bind table flud (flags 1)
[17:43:11] Allocated bind table ctcr (flags 1)
[17:43:11] Allocated bind table ctcp (flags 1)
[17:43:11] Allocated bind table out (flags 1)
[17:43:11] Module loaded: server
[17:43:11] Module loaded: ctcp
[17:43:11] Allocated bind table topc (flags 1)
[17:43:11] Allocated bind table splt (flags 1)
[17:43:11] Allocated bind table sign (flags 1)
[17:43:11] Allocated bind table rejn (flags 1)
[17:43:11] Allocated bind table part (flags 1)
[17:43:11] Allocated bind table nick (flags 1)
[17:43:11] Allocated bind table mode (flags 1)
[17:43:11] Allocated bind table kick (flags 1)
[17:43:11] Allocated bind table join (flags 1)
[17:43:11] Allocated bind table pubm (flags 1)
[17:43:11] Allocated bind table pub (flags 0)
[17:43:11] Allocated bind table need (flags 1)
[17:43:11] Module loaded: irc
[17:43:11] LANG: Section loaded: notes
[17:43:11] LANG: 42 messages of 48 lines loaded from ./language/notes.english.lang
[17:43:11] LANG: 42 adds, 0 updates to message table
[17:43:11] Module loaded: notes (with lang support)
[17:43:11] LANG: Section loaded: console
[17:43:11] LANG: 10 messages of 16 lines loaded from ./language/console.english.lang
[17:43:11] LANG: 10 adds, 0 updates to message table
[17:43:11] Module loaded: console (with lang support)
[17:43:11] Module loaded: blowfish
[17:43:11] Loaded ChanLimit - illegal_NicCK
[17:43:11] * kelime.tcl by RNBTEAM Yuklendi.
[17:43:11] * 597 Kelime basariyla yuklendi
[17:43:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:43:11] use '.help userinfo' for commands.
[17:43:11] Writing channel file...


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg KeLime hello
This will make the bot recognize you as the master.

[17:43:11] === KeLime: 1 channels, 0 users.
I detect KeLime already running from this directory.
If this is incorrect, erase the 'pid.KeLime'

Heartbroken 09 Ocak 2016 18:45

Cevap: Kelime & isLam eggdrop bot sorunu
 
Bota Daha Kendinizi Tanıtmamışsınız.
Botunuza Bir Hello Deyin Özel Mesajla
Sonra da Şifre Belirleyin .

Alltools.tcl Yüklemeyi ihmal Etmeyin.
Çoğu Oyun Tcl'si bunu Kullanacak
Şekilde Yazılmış.

Aynı Bot üzerinde Birden fazla
Trivia Türü Oyun Scripti
Çoğunlukla çalışmıyor.
Birbirlerinin varlığından hoşlanmıyorlar.

Bot Sürümünüz 1.6.21 O sürümde
bir timer/utimer Sorunu var.
Bu gibi Oyun scriptlerini Özellikle Etkiliyor.
Şurada Açıklaması var:
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Ayrıca botunuza Kendinizi tanıtıp,
Sahip/Owner Olduktan sonra
Botunuza Bağlanıp (telnet/dcc/ctcp)
.ignores komutuyla
Botun Kimseyi ignore
Etmediğine Emin olun.

Korkut 09 Ocak 2016 20:21

Cevap: Kelime & isLam eggdrop bot sorunu
 
Alıntı:

eLsukr Nickli Üyeden Alıntı (Mesaj 1041721346)
Kelime botu cevapları kabul etmiyor ./eggdrop -mn kelime.conf yapınca çıkan ;
Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads
[17:43:11] Allocated bind table unld (flags 1)
[17:43:11] Allocated bind table time (flags 1)
[17:43:11] Allocated bind table cron (flags 1)
[17:43:11] Allocated bind table note (flags 0)
[17:43:11] Allocated bind table nkch (flags 1)
[17:43:11] Allocated bind table load (flags 1)
[17:43:11] Allocated bind table link (flags 1)
[17:43:11] Allocated bind table filt (flags 1)
[17:43:11] Allocated bind table disc (flags 1)
[17:43:11] Allocated bind table dcc (flags 0)
[17:43:11] Allocated bind table chpt (flags 1)
[17:43:11] Allocated bind table chon (flags 1)
[17:43:11] Allocated bind table chof (flags 1)
[17:43:11] Allocated bind table chjn (flags 1)
[17:43:11] Allocated bind table chat (flags 1)
[17:43:11] Allocated bind table bot (flags 0)
[17:43:11] Allocated bind table bcst (flags 1)
[17:43:11] Allocated bind table away (flags 1)
[17:43:11] Allocated bind table act (flags 1)
[17:43:11] Allocated bind table evnt (flags 1)
[17:43:11] Allocated bind table log (flags 1)
[17:43:11] --- Loading eggdrop v1.6.21 (Sat Jan 9 2016)
[17:43:11] Listening at telnet port 3112 (all).
[17:43:11] Module loaded: channels
[17:43:11] Allocated bind table wall (flags 1)
[17:43:11] Allocated bind table raw (flags 1)
[17:43:11] Allocated bind table notc (flags 1)
[17:43:11] Allocated bind table msgm (flags 1)
[17:43:11] Allocated bind table msg (flags 0)
[17:43:11] Allocated bind table flud (flags 1)
[17:43:11] Allocated bind table ctcr (flags 1)
[17:43:11] Allocated bind table ctcp (flags 1)
[17:43:11] Allocated bind table out (flags 1)
[17:43:11] Module loaded: server
[17:43:11] Module loaded: ctcp
[17:43:11] Allocated bind table topc (flags 1)
[17:43:11] Allocated bind table splt (flags 1)
[17:43:11] Allocated bind table sign (flags 1)
[17:43:11] Allocated bind table rejn (flags 1)
[17:43:11] Allocated bind table part (flags 1)
[17:43:11] Allocated bind table nick (flags 1)
[17:43:11] Allocated bind table mode (flags 1)
[17:43:11] Allocated bind table kick (flags 1)
[17:43:11] Allocated bind table join (flags 1)
[17:43:11] Allocated bind table pubm (flags 1)
[17:43:11] Allocated bind table pub (flags 0)
[17:43:11] Allocated bind table need (flags 1)
[17:43:11] Module loaded: irc
[17:43:11] LANG: Section loaded: notes
[17:43:11] LANG: 42 messages of 48 lines loaded from ./language/notes.english.lang
[17:43:11] LANG: 42 adds, 0 updates to message table
[17:43:11] Module loaded: notes (with lang support)
[17:43:11] LANG: Section loaded: console
[17:43:11] LANG: 10 messages of 16 lines loaded from ./language/console.english.lang
[17:43:11] LANG: 10 adds, 0 updates to message table
[17:43:11] Module loaded: console (with lang support)
[17:43:11] Module loaded: blowfish
[17:43:11] Loaded ChanLimit - illegal_NicCK
[17:43:11] * kelime.tcl by RNBTEAM Yuklendi.
[17:43:11] * 597 Kelime basariyla yuklendi
[17:43:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:43:11] use '.help userinfo' for commands.
[17:43:11] Writing channel file...


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg KeLime hello
This will make the bot recognize you as the master.

[17:43:11] === KeLime: 1 channels, 0 users.
I detect KeLime already running from this directory.
If this is incorrect, erase the 'pid.KeLime'

Cözemediysen pm at halledeyim.

Tapatalk üzeri mobil Cihazimdan Yazildi, Yazim Hatası Olabilir.


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

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net