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.

Why eggdrop always change chan mode

General support and discussion of Eggdrop bots.
Post Reply
a
andreyu
Voice
Posts: 2
Joined: Fri Oct 13, 2006 2:02 pm
Contact:

Why eggdrop always change chan mode

Post by andreyu »

Hello!
I'm newbe of eggdrop. I try to configute it, it works fine except it always try to set channel mode to "+smntil 1". Why?
Regards, _Andrey_
http://www.wegroup.org
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Probably due to: 1. inproperly configured channel modes or 2. due to a certain script.

What to do to fix this:
1. Check the channel modes with '.chaninfo #channel' (replace #channel with the actual name) and check what it states at 'Protect modes (chanmode)' then change this (if needed) to suit your needs with '.chanset #channel +/modes'

2. Unload all your loaded scripts and find the one causing problems. Check #1 first.
Once the game is over, the king and the pawn go back in the same box.
a
andreyu
Voice
Posts: 2
Joined: Fri Oct 13, 2006 2:02 pm
Contact:

Post by andreyu »

Here is peace of my config:

Code: Select all

channel add #PlanB {
     chanmode "-is+mnt"
}
channel set #PlanB +bitch +enforcebans -greet +revenge
Regards, _Andrey_
http://www.wegroup.org
Post Reply