i edited the conf file, when i started the bot it said it started and i need to telnet to the bot and use cmd "new" the bots NOT on irc, heres my conf file.
and here is the msg i get via PuTTy when i use the ./eggdrop -m <config> cmd
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[15:36] --- Loading eggdrop v1.6.18 (Mon Nov 13 2006)
[15:36] Module loaded: channels
[15:36] Module loaded: server
[15:36] Module loaded: irc
[15:36] Module loaded: blowfish
[15:36] Module loaded: uptime
[15:36] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[15:36] use '.help userinfo' for commands.
[15:36] * STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
//------------heres my eggdrop.conf--------------------
set admin "bryand <email: bdecker@ca.rr.com>"
set network "irc.gamesurge.net:6667"
set timezone "PST"
set max-logs 5
set must-be-owner 1
loadmodule channels
set chanfile "RealRadio"
set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60
set global-chanset {
-autoop -autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared +statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}
loadmodule server
set net-type 5
set nick RealRadio
set altnick RealServ
set realname RealServ
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
set default-port 6667
set servers {
Prothid.CA.US.GameSurge.Net
}
set keep-nick 1
set strict-host 0
set quiet-reject 1
set servlimit 0
set serverror-quit 0
set max-queue-msg 300
set double-mode 1
set double-help 1
set optimize-kicks 1
loadmodule irc
set bounce-modes 0
set max-bans 30
set max-exempts 20
set ban-fun 0
set wait-split 600
set opchars "@"
set modes-per-line 3
loadmodule blowfish
loadmodule uptime
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
i have no idea what this means... telnet to the bot and enter new as your nickname. i dont get it. first time useing eggdrop. if someone could help me out thatd be great!