-------------------         EGGDROP.SİMPLE.CONF AYARLARI           ----------------------

Aşağıda eggdrop.simple.conf dosyası yer alacak burada size gerekli yardım yapacağız.Ayrıca bu conf dosyasının ne işe yaradağını bilmiyorsanız söyleyelim : conf : bunu mirc.exe ye benzetin sadece shell altında bu dosya çalıştığı zaman 7/24 orada kalıyor.yani eggdrop.simple.conf dosyası botun kendisidir ident,nick,server,kanal,vb. ayarları oradan yaparız.

EGGDROP.SIMPLE.CONF

 

#! /path/to/executable/eggdrop
# ^- set that to the directory eggdrop is in ie "#! /home/lamest/egg/eggdrop"
set my-ip"bot ip adresi"
# $Id: eggdrop.simple.conf,v 1.8 2000/11/06 04:06:40 guppy Exp $
#
# This is a sample configuration file for your bot. You will definitely
# want to edit this, to set up your bot. Right now it creates a bot called
# "LamestBot" which sits on channel #lamest.
#
# more options can be found in files in doc/settings/
#
# IMPORTANT: Remember to make install and cd to the directory it created
# (~/eggdrop by default) before you continue, running the bot from
# eggdrop1.6.x/ will not work.
#
# PLEASE EDIT THIS FILE COMPLETELY! YOUR BOT WILL NOT FUNCTION PROPERLY IF
# YOU DO NOT CONFIGURE IT CORRECTLY! WE CAN NOT STRESS THIS ENOUGH!

# don't edit those 9 lines now!!
set mod-path "modules/"
set help-path "help/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
checkmodule blowfish
{YUKARIDA SADECE İP ADRESİNİ AYARLAYIN BAŞKA HİÇ BİR ŞEYİ ELLEMEYİN GEREK YOK ZATEN }
# start configuring here!

##### variables:
set nick "BOTUN KULLANACAĞI NİCK"
# the nick of the bot, that which it uses on IRC, and on the botnet
# unless you specify a sperate botnet-nick

set altnick "BOTUN KULLANACAĞI ALT-NİCK"
# an alternative nick to use if the nick specified by 'set nick' is
# unavailable. All '?' characters will be replaced by a random number.

set realname "WHOİS ÇEKTİĞİNİZ ZAMAN ÇIKAN İSİM BÖLÜMÜ"
# what to display in the real-name field for the bot

set servers {
BOTUN GİRECEĞİ İRC SERVER : 6667
}
# the server list -- the bot will start at the first server listed, and cycle
# through them whenever it's disconnected
# (please note: you need to change these servers to YOUR network's servers)

channel add #BOTUN KANALI {
chanmode "+nt-likm"    -----> KANAL MODU
idle-kick 0
stopnethack-mode 0
}

channel set #BOTUN KANALI +enforcebans +dynamicbans +userbans
channel set #
BOTUN KANALI +dynamicexempts +userexempts +dynamicinvites +userinvites
channel set #
BOTUN KANALI -autoop -bitch +protectops +protectfriends +dontkickops
channel set #
BOTUN KANALI +greet +statuslog
channel set #
BOTUN KANALI +revenge +autovoice
channel set #
BOTUN KANALI -secret -shared +cycle
channel set #
BOTUN KANALI -inactive -seen +nodesynch

set net-type 0         --------> BURADAKİ RAKAM AŞAĞIDA SERVER'LARDAN BİRİNE AİT OLACAK
# set your network  -------->GİRECEĞİ SERVER TİPİNİ SEÇİN DİYO
# [0/1/2/3/4/5] What is your network?
# 0 = Efnet (non +e/+I hybrid), 1 = IRCnet, 2 = Undernet, 3 = Dalnet,
# 4 = Efnet +e/+I hybrid, 5 = Others


# various stuff...

listen 3333 all        --------> BURASI TELNET PORTU (eğer birden fazla eggdrop varsa telnet portları aynı olmasın )
# set here the port where eggdrop should listen von telnet connections

set owner "MrLame, MrsLame"    ------> BOT SAHİBİNİN NİCK(burası o kadar önemli değil öyle kalsada olur)
# set here the list of owners of the bot


# files & directories

set userfile "LamestBot.user"    ----> KULLANICI KAYITLARININ DURACAĞI DOSYA
set chanfile "LamestBot.chan"  ----> KANAL KAYITLARININ DURACAĞI DOSYA ADI
set temp-path "/tmp"
logfile msbxco * "logs/eggdrop.log"  ----->BOTUN LOG TUTACAĞI DOSYA ADI
logfile jpk #lamest "logs/lamest.log" ---->BUDA ÖLE BİRŞEY


# you have to remove this line to make your bot work
die "you didn't edit your config file! that's a NO NO" ----> EĞER AYAR YAPTIYSANIZ BU SATIRIN BAŞINA # İŞARETİ KOYUN.

##### SCRIPTS #####

# these are some commonly loaded (and needed) scripts.
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help

YUKARIDA SCRİPTS BÖLÜMÜNDEDE TCL SCRİPTLER VE BULUNDUĞU YERLERE AİT BİLGİLER.

NOT:YUKARIDA AÇIKLAMA YAPTIĞIMIZ YERLERDE " " İKİ İŞARET ARASINDAKİ YERLERİ DOLDURUN " BU İŞARETLERİ SİLMEYİN.AKSİ TAKDİRDE ÇALIŞMAZLAR.