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/)
-   -   aldgim hata bu (https://www.ircforumlari.net/eggdrop-neostats-bnc/366953-aldgim-hata-bu.html)

alphae 23 Kasım 2010 12:53

aldgim hata bu
 
söyle bir hata aliyorum kontrol CTCP mesajlarini kabul etmiyor
botun verdigi bu nedir nedeni ?

GemLik 23 Kasım 2010 15:20

Cevap: aldgim hata bu
 
botunuzun conf dosyasında


loadmodule ctcp

set ctcp-mode 0

bu 2 satırın olup olmadığını kontrol edin. eğer yok ise eklediğinizde ctcp mesajlarını görecektir.

alphae 23 Kasım 2010 17:04

Cevap: aldgim hata bu
 
altaki gibi conf bu ama yine ayni seyi söyluyor sizin
dedginizi ekledim hata ayni ..

loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish
#########################
#Değiştirmeniz gereken yerler ip-adresi, server-ip, port, nick şifresi
#oper şifresi, kanal adlarıdır. Onların haricindeki yerlere
#dokunmayınız. Özellikle botun adına kesinlikle dokunmayınız
#Başka yerde başka isimle görüldüğünde tarafımca ifşa edilecektir.
###########################
# Botun Identi
set username "Kontrol"
# Botun Nicki
set nick "Kontrol"
# Botun Alt Nicki
set altnick "Kontrol`"
# Botun Ip Adresi
set my-ip "78.250.257.445"
# Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir)
set my-hostname "Komple.Koruma.Botu"
# Botun Whois`inde Cikacak Olan yazi
set realname "Kontrol"
# Botun ircye baglandiginda yapicagi ilk islemler.
bind evnt - init-server grs
set opchars "@%&~"
 
proc grs {type} {
global botnick
putquick "MODE $botnick +i-ws" -next
putquick "PRIVMSG Nickserv :identify 123456" -next
putquick "OPER dost fdgdfg212" -next
putserv "os su adminyok"
putquick "MODE Kontrol +H" -next
putquick "MODE Kontrol +s -nN" -next
}
# Botun girmeye calisacagi server listesi..
set servers {
78.250.257.445:6648:ghghfghg
}
#Botun kanalları
channel add #admin {
chanmode "+tn"
idle-kick 0
stopnethack-mode 0
flood-chan 10:5
+nodesynch
}
channel add #Kontrol {
chanmode "+tn"
idle-kick 0
stopnethack-mode 0
flood-chan 10:5
+nodesynch
}
################################
#Burdan sonrasında değişiklik yapmanıza gerek yok.
################################
set global-flood-chan 10:5
set global-flood-kick 50:1
set global-flood-deop 50:1
set global-flood-ctcp 20:60
set global-chanset {
-autoop
-autovoice
-bitch
+cycle
+dontkickops
-dynamicbans
-dynamicexempts
-dynamicinvites
-enforcebans
-greet
+nodesynch
-inactive
-protectfriends
-protectops
-revenge
-revengebot
-secret
-seen
-shared
-statuslog
+userbans
+userexempts
+userinvites
-protecthalfops
-autohalfop
}
set ctcp-mode 0
set nick-len 20
set net-type 6
# Botun sahibinin nicki
set owner "admin"
# Botun kullanici dosyasi
set userfile "$nick.user"
# Botun kanal listesi dosyasi
set chanfile "$nick.chan"
# logunu tutmak istediginiz kanal icin kullanabilirsiniz..
logfile jpk #admin "logs/master.log"
set shortnick "kontrol"
set home "#admin"
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
listen 3339 all
logfile msbxco * "logs/eggdrop.log"
set console "mkcobxs"
 
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/control.tcl


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

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