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.

Start problem

General support and discussion of Eggdrop bots.
Post Reply
s
shini
Voice
Posts: 4
Joined: Wed Dec 08, 2010 7:21 pm

Start problem

Post by shini »

I have configured everything.

Code: Select all

Eggdrop v1.6.20 (C) 1997 Robey Pointer (C) 2010 Eggheads
[13:46:12] --- Loading eggdrop v1.6.20 (Mon Dec 13 2010)
[13:46:12] Listening at telnet port 5549 (all).
[13:46:12] * Please make sure you edit your config file completely.
User avatar
Cr4sh
Halfop
Posts: 63
Joined: Sat Jan 14, 2006 5:16 pm
Contact:

Post by Cr4sh »

You must remove competely these lines

Code: Select all

# # You MUST remove this line for your bot to start. This has been added to
# prevent you from starting up a bot that is not fully configured. Bots
# that have not been fully configured may join the wrong IRC network, the
# wrong channels, or generally do things that you do not want. Please make
# sure that you have double-checked every setting. There's also a similar line
# lower down, just to make sure you're reading :)
#die "Please make sure you edit your config file completely."
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Re: Start problem

Post by willyw »

shini wrote:I have configured everything.
...
[/code]
Probably not. :)


http://eggwiki.org/Eggdrop.conf

and text search page for:
Please make sure you edit your config file completely

and it will go right to it. Explanation is there.


Edit: sorry.. posting at same time
s
shini
Voice
Posts: 4
Joined: Wed Dec 08, 2010 7:21 pm

Post by shini »

sorry i am a noob : p.
also :
[15:06:30] Tcl error in file 'shini_bot.conf':
[15:06:30] invalid command name "options"
while executing
"options"
(file "shini_bot.conf" line 787)

Code: Select all

channel add #channel{
options
}
 channel set #channel +options -options 
 
 channel add #chan-name {
 options
 }
 channel set #chan-name +options -options 
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

What version of Eggdrop are you using?



The easy way to stop that from happening, is to NOT try to add channels in eggdrop.conf at all.
# To add a channel to eggdrop, please enter the bot's partyline and type
# .+chan #channel. Check also .help chanset and .help chaninfo.
# You can still add a channel here and it will be saved if you have a
# chanfile. We recommend you to use the partyline though.
#
#channel add #lamest

Adding channels via the config file is deprecated and discouraged. It is suggested that channels are added with the partyline .+chan command instead. Note that if channels are added this way, channel settings still has to be changed using .chanset The only difference between adding channels directly in the config file and using .+chan is that channels added via the config file will become static and can not be removed without removing them from the config file and then doing a .restart.

Reference:
http://eggwiki.org/Eggdrop.conf


If it was me, I'd comment out the things you mentioned.
Just put a
#
as the first character of every one of those lines.

Each line that begins with a
#
is ignored by the bot.
s
shini
Voice
Posts: 4
Joined: Wed Dec 08, 2010 7:21 pm

Post by shini »

okay , i got it started. but for some reason it does not reop me when i rejoin :
HANDLE PASS NOTES FLAGS LAST
shInI_ yes 2 jlmnoptx 19:24
Post Reply