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.
Old posts that have not been replied to for several years.
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Thu Sep 11, 2003 4:14 am
hi!
when i try to edit the conf file and add the bot in a channel....
channel add #channel {
chanmode.....
i get: "ilegal channel option"
the same if i add a \ before # to escape.
anybody can help me?
thanks in advance.
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Thu Sep 11, 2003 4:42 am
solved
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Tue Jan 27, 2004 2:13 am
[censored]!
I need to install it again but i forget the solution
The problem is '#', i have tried to escape with a slash '\' but does not work.
Help please!!
user
Posts: 1452 Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway
Post
by user » Tue Jan 27, 2004 3:16 am
Why do you assume the error is with the "#" char?
Try using your eyes and your brain and i'm sure you'll solve it once more. Also, why don't you post the solution here in case you forget it again..
Have you ever read "The Manual"?
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Tue Jan 27, 2004 3:49 am
user wrote: Why do you assume the error is with the "#" char?
The error msg say line 751 -> channel set #mychannel {
user wrote:
Also, why don't you post the solution here in case you forget it again..
I'll do it.
Turambar
Halfop
Posts: 56 Joined: Thu May 29, 2003 6:25 am
Post
by Turambar » Tue Jan 27, 2004 5:52 am
look at the examples included in the eggdrop.conf
Code: Select all
# Here is a shorter example:
#
# channel add #botcentral {
# chanmode "+mntisl 1"
# idle-kick 1
# }
# channel set #botcentral +bitch +enforcebans -greet +revenge
I think that should help you
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Tue Jan 27, 2004 6:11 am
Thanks Turambar but i just have:
channel add #mychannel {
chanmode "+ntlikm"
idle-kick 0
}
channel set #mychannel
...and does not work.
Commenting these lines the error disappears, but the boot not join on channel.
Regards.
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Tue Jan 27, 2004 6:51 am
channel set #mychannel
That is you problem.
You are not specifying any options.
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Tue Jan 27, 2004 6:55 am
is the same with:
channel set #mychannel +bitch +enforcebans -greet +revenge
or anything
the error is on this line "channel add"
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Tue Jan 27, 2004 7:02 am
In which case, you are ommiting important details needed to help solve your problem, as that line seems to work fine here.
fireworks
Voice
Posts: 10 Joined: Sun Jan 25, 2004 9:47 am
Post
by fireworks » Tue Jan 27, 2004 7:06 am
Just a silly solution but you could try commenting the channel add and channel set parts (disabling it at all ) and then add the channel and it's settings from the partyline..
one more thing when you add a chan with +k for key, you should also specify the key word
like this:
channel add #sweetchannel {
chanmode "+sntk nicekey"
Turambar
Halfop
Posts: 56 Joined: Thu May 29, 2003 6:25 am
Post
by Turambar » Tue Jan 27, 2004 10:19 am
hmm yeah the key for k and the userlimit for l
fireworks
Voice
Posts: 10 Joined: Sun Jan 25, 2004 9:47 am
Post
by fireworks » Tue Jan 27, 2004 11:51 am
wasn't the limit auto set by the bot according to number of ppl in channel at a given time?
Turambar
Halfop
Posts: 56 Joined: Thu May 29, 2003 6:25 am
Post
by Turambar » Tue Jan 27, 2004 12:17 pm
no that's done via a script, if you set the chanmode +l x the bot is always going to keep the limit at x
Javier
Voice
Posts: 12 Joined: Thu Sep 11, 2003 3:59 am
Post
by Javier » Wed Jan 28, 2004 2:11 am
[quote="fireworks"]Just a silly solution but you could try commenting the channel add and channel set parts (disabling it at all ) and then add the channel and it's settings from the partyline..
quote]
Yeap!!!
But i have not way to enable telnet on my server.
Is there another way to control the bot?
Thanks in advance