This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop configuration on freebsd

Old posts that have not been replied to for several years.
Locked
t
thekore

Eggdrop configuration on freebsd

Post by thekore »

ok, i popped into my ports tree and installed eggdrop 1.6.15 that all went fine, i copied the sample configuration file over to eggdrop.conf and started to edit it. At first i kept getting errors but that was due to me not commenting out the "die" line.
now when i run eggdrop i get this:

Code: Select all

-bash-2.05b$ eggdrop

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[12:03] --- Loading eggdrop v1.6.15 (Sat Jul 17 2004)
[12:03] Module loaded: dns             
[12:03] Module loaded: channels        
[12:03] Tcl error in file '/usr/local/etc/eggdrop.conf':
[12:03] no such channel record
    while executing
"channel set #area51net +dontkickops"
    (file "/usr/local/etc/eggdrop.conf" line 638)
[12:03] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
-bash-2.05b$ 
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Check the .conf file for more information on how to add a static channel before doing channel settings to it.
Once the game is over, the king and the pawn go back in the same box.
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Add channel add #area51net before channel set #area51net +dontkickops to your config file.
Que?
t
thekore

Post by thekore »

right, the channel bit is fixed but...

Code: Select all

-bash-2.05b$ eggdrop

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[13:36] --- Loading eggdrop v1.6.15 (Sat Jul 17 2004)
[13:36] Module loaded: dns             
[13:36] Module loaded: channels        
[13:36] Module loaded: server          
[13:36] Module loaded: ctcp            
[13:36] Module loaded: irc             
[13:36] Module loaded: transfer         (with lang support)
[13:36] Module loaded: share           
[13:36] Module loaded: compress        
[13:36] Module loaded: notes            (with lang support)
[13:36] Module loaded: console          (with lang support)
[13:36] Module loaded: uptime          
[13:36] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[13:36] use '.help userinfo' for commands.
[13:36] Creating channel file
[13:36] Couldn't create channel file: tkbot.chan.  Dropping
[13:36] * USER FILE NOT FOUND!  (try './eggdrop -m /usr/local/etc/eggdrop.conf' to make one)
so i do, but now i get

Code: Select all

-bash-2.05b$ eggdrop -m

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[13:36] --- Loading eggdrop v1.6.15 (Sat Jul 17 2004)
[13:36] Module loaded: dns             
[13:36] Module loaded: channels        
[13:36] Module loaded: server          
[13:36] Module loaded: ctcp            
[13:36] Module loaded: irc             
[13:36] Module loaded: transfer         (with lang support)
[13:36] Module loaded: share           
[13:36] Module loaded: compress        
[13:36] Module loaded: notes            (with lang support)
[13:36] Module loaded: console          (with lang support)
[13:36] Module loaded: uptime          
[13:36] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[13:36] use '.help userinfo' for commands.
[13:36] Creating channel file
[13:36] Couldn't create channel file: tkbot.chan.  Dropping


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type:  /msg tkbot hello
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
-bash-2.05b$ 
t
thekore

Post by thekore »

n/m i got it :)

thnx all
Locked