loadmodule server
set net-type 0
set realname "4Webgrup Eggdrop Hizmetleri"
set init-server { putserv "OPER OperNickiniYaz OperŞifresiniYaz"
putserv "umode +c"
}
#Global Kanal Yetkililerinin Sajoinle Alınacakları Kanal İsmi
set oplarinkanali "#Ops"
channel add $oplarinkanali
#Burdan Sonrası için Edit'e Gerek Yok.
bind mode – "*+o*" ops:yonlendirmesi
#kanalda op oldugunda Bu Islemi yap
proc ops:yonlendirmesi {nick uhost hand chan mc kimsin} {
global oplarinkanali
# The full path to the file containing the questions and answers.
# The account the bot runs on must have read access to this file.
# This is the default question file used at startup
set tgqdb "scripts/test/demoquestions.txt"#Set your questions data files here
#If u dont use one of them
#use <return> as seperator or put everything on one line with a space!! eg: set questionfiles"file&desc file&desc file&desc"
##############################################
## Botun gireceği global kanallar. Bu kanallar Confta da ##
## Belirtilmiş olmalıdır. Ve Admin kanalını belirliyoruz ##
## Kanal sayısını artırıp azaltabilirsiniz. ##
##############################################
set hhost "Helper"
set hident "Helper"
set hname "IRCD HELP Sorumlusu"
set hchan "#Help"
bind mode – * modes