Eggdrop.conf

Paste Your code(s) here, for easier sharing

Eggdrop.conf

Postby Mirora » Mon Dec 08, 2008 4:33 am

Just edit the "EDIT" ´s :p

Code: Select all
#! /path/to/executable/eggdrop

set mod-path "modules/"
set help-path "help/"
set text-path "text/"
   
# Load the usual modules..
loadmodule dns
# - Channels...
loadmodule channels
# - Server...
loadmodule server
# - Woobie
#loadmodule woobie
# - Seen...
#loadmodule seen
# - Blowfish...
checkmodule blowfish
# - ASSOC...
loadmodule assoc
# - Wire...
#loadmodule wire
# - Console...
loadmodule console
# - Notes...
#loadmodule notes
# - File System...
loadmodule filesys
# - Compress...
loadmodule compress
# - Share...
loadmodule share
# - Transfer...
loadmodule transfer
# - IRC...
loadmodule irc
# - ctcp...
loadmodule ctcp

# Settings:

# The bot's IRC-nick

set nick "EDIT"

# The bot's alternative IRC-nick - the '?' marks stands for a randomized char per mark.

set altnick "EDIT"

# The bots ident.

set username "EDIT"

## ##


set admin "EDIT <EDIT@EDIT.EDIT>"

set ban-time 0

# The bots IRC-NAME.

set realname "EDIT"

# The bot's owner.. as in your actual IRC-NICK.

set owner "EDIT"


# IRC-Server
set servers {
 se.quakenet.org:6667
 de.quakenet.org:6667
 irc.quakenet.org:6667
 us.quakenet.org:6667
}

# Add a dynamic channel automaticly.
channel add # {
  chanmode "+nt-likm"
  idle-kick 0
  stopnethack-mode 0
}

# Channel settings..
channel set # +enforcebans +dynamicbans +userbans +dynamicexempts +greet
channel set # +userexempts +dynamicinvites +userinvites +protectops
channel set # +protectfriends +statuslog +revenge -protecthalfops +cycle
channel set # +revengebot +dontkickops +autovoice -autoop -autohalfop
channel set # -bitch -secret +shared


set net-type 0

# Set here the port where the Eggdrop should listen for telnet connections.
listen 3333 all


##### Files & Directories:

# The following two lines define where to store the bots user and
# channel files.
set userfile "EDIT.user"
set chanfile "EDIT.chan"

# This defines where the bot should store temp files.
set temp-path ""

# Set dcc logger.
# logfile msbxco * "logs/eggdrop.log"


# Logs a specific channel.

#logfile jpk #channel"logs/nub.log"

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

loadmodule uptime

##### SCRIPTS #####

source scripts/alltools.tcl

# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help

#source scripts/winident1.2.tcl
source scripts/EDIT.tcl
Mirora
 

Return to TCL Scripting Paste

Who is online

Users browsing this forum: No registered users and 0 guests

cron