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.
General support and discussion of Eggdrop bots.
dellthinker
Voice
Posts: 17 Joined: Mon Mar 26, 2007 2:41 pm
Post
by dellthinker » Tue Mar 27, 2007 3:45 pm
Hi all, i just finally got over the tcl file issue and got my bot up and running, however i dont know why it puts up 3 processes:
15841 pts/0 S 0:00 eggdrop eggy.conf
15842 pts/0 S 0:00 eggdrop eggy.conf
15843 pts/0 S 0:00 eggdrop eggy.conf
Mind everyone this is only one eggdrop running, i dont understand why. Is there something in my config i need to fix? Thanx in advance!
EDIT: Also how do i get it to enforce my channel?
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Tue Mar 27, 2007 4:10 pm
Your eggdrop is running three threads, which on some system shows as three different processes although there really is only one process.
NML_375
dellthinker
Voice
Posts: 17 Joined: Mon Mar 26, 2007 2:41 pm
Post
by dellthinker » Tue Mar 27, 2007 4:52 pm
Thanx mml575, can you help me understand how to get it to enforce my channel now? Thanx
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Tue Mar 27, 2007 4:58 pm
Enforce a channel?
NML_375
dellthinker
Voice
Posts: 17 Joined: Mon Mar 26, 2007 2:41 pm
Post
by dellthinker » Tue Mar 27, 2007 5:08 pm
Yes enforce, as in keep the channel user level to avoid floods. etc. I think i messed up the conf
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Tue Mar 27, 2007 5:48 pm
Well, in order to make it join a channel, either add it to your config file in a "channel add" construct, or use the .+chan dcc-partyline command. Settings for flood threshold and such can be set in the "channel add" construct, and/or later be modified using the .chanset dcc-partyline command.
The example configfile that comes with the source has some examples and descriptions of the various settings.
NML_375