# Archivo de Configuracion de Eggdrop Simple
# Editado por IRCDShells.com.ar


# Configuracion Simple #

# Modulos
# No edite estas lineas
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish

# Desde aqui si puede editar

##### Settings:

# Nick del bot
set nick "NickBot"

# Nick Alternativo
set altnick "NickBot2"

# Nombre real
set realname "eggdrop"

# Servidor donde se va a conectar el bot
set servers {
  irc.ircdshells.com.ar:6667
}

# Canal donde entrara el bot
channel add #ircdshells {
  chanmode "+nt-likm"
  idle-kick 0
  stopnethack-mode 0
}


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

# [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
set net-type 0

# Puerto escucha para conexiones telnet (opcional)
#listen 6667 all

# Nombre del o los owners
set owner "Emmanuel_Ar, Sneaker"

##### Archivos y Directorios:

# Archivos
set userfile "Bot.user"
set chanfile "Bot.chan"

# Temporales.
set temp-path "/tmp"

# Logs
logfile msbxco * "logs/eggdrop.log"
logfile jpk #ircdshells "logs/ircdshells.log"

# Set the default console flags here.
set console "mkcobxs"

##### Uptime module:

# This module reports uptime statistics to http://uptime.eggheads.org.
# Go look and see what your uptime is! It takes about 9 hours to show up,
# so if your bot isn't listed, try again later.
# 
# Information sent to the server includes the bot's uptime, botnet-nick,
# server, version, and IP address. This information is stored in a temporary 
# logfile for debugging purposes only. The only publicly available information
# will be the bot's botnet-nick, version and uptime. If you do not wish for this
# information to be sent, comment out the following line.
loadmodule uptime


##### SCRIPTS #####

# Aqui los scripts .tcl que deseen agregar

source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl


loadhelp userinfo.help

