🔔 Çevrimdışı bildirim almak ister misiniz?
Bir konuya etiketlendiğinizde, özel mesaj aldığınızda, bir mesajınız alıntılandığında forumda olmasanız bile anlık bildirim almak için lütfen izni verin.
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. [~/eggdrop]# ./eggdrop -m botum.conf
Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads
[23:08] --- Loading eggdrop v1.6.19 (Mon Feb 16 2009)
[23:08] Can't load modules channels: /home/sunucuadi/eggdrop/modules//channels.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules server: /home/sunucuadi/eggdrop/modules//server.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules ctcp: /home/sunucuadi/eggdrop/modules//ctcp.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules irc: /home/sunucuadi/eggdrop/modules//irc.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules notes: /home/sunucuadi/eggdrop/modules//notes.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules console: /home/sunucuadi/eggdrop/modules//console.so: cannot open shared object file: No such file or directory
[23:08] Can't load modules blowfish: /home/sunucuadi/eggdrop/modules//blowfish.so: cannot open shared object file: No such file or directory
[23:08] Tcl error in file 'botum.conf':
[23:08] invalid command name "channel"
while executing
"channel add #Sohbet {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
flood-chan 10:5
+nodesynch
}"
(file "botum.conf" line 49)
[23:08] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
alınan hata bu , verdiğin conf uda söle editledim aşağıdadır ;
Kod: Kodu kopyalamak için üzerine çift tıklayın!
#! /home/sunucuadi/eggdrop
###################################################################
## Bu dosya Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. adresinde oluşturulmuştur.##
## Botunuz için gerekli olan en kısa konfigürasyon dosyasıdır. ##
## TuRKeR( Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. ) ##
###################################################################
###### Aşağıdaki 11 satırı değiştirmeyin!! #####
set mod-path “modules/”
set help-path “help/”
set text-path “text/”
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish
# Botun Identi
set username "Security"
# Botun Nicki
set nick "GuvenLik"
# Botun Alt Nicki
set altnick "GuvenLik2"
# Botun Ip Adresi
#set my-ip "sunucuIP"
# Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir)
set my-hostname "sunucuIP"
# Botun Whois`inde Cikacak Olan yazi
set realname "Nickim GuvenLik Sistemi"
# 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 Guvenlik-ŞİFRE" -next
putquick "OPER GuvenLiK-ŞİFRE" -next
putquick "MODE GuvenLiK +H" -next
putquick "MODE GuvenLiK +s -nN" -next
}
# Botun girmeye calisacagi server listesi..
set servers {
sunucuIP:6667
}
#Botun kanalları
channel add #Sohbet {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
flood-chan 10:5
+nodesynch
}
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 nick-len 20
set net-type 6
# Botun sahibinin nicki
set owner "nickim"
# 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/admin.log"
set shortnick "Bar"
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"
#Botun Dosyaları
###################
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/sentinel.tcl
?
__________________ ĻêģäĻ Düšűņ īĻĹęğàĻ Yàşà! ~
Konu Raw tarafından (16 Şubat 2009 Saat 23:32 ) değiştirilmiştir.