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.

bot and channel modes

General support and discussion of Eggdrop bots.
Post Reply
S
Static42
Voice
Posts: 2
Joined: Fri Jul 25, 2008 4:50 am

bot and channel modes

Post by Static42 »

Hello,

Whenever I leave my channel, my eggdrop bot keeps on setting a bunch of channel modes, making the channel moderated, invite only, etc. It also ops itself. Note that when I leave, the bot is the only user in the channel. I'm assuming there's something in the .conf file that stops it from doing this. Which part?
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

:roll:

eggdrop.conf file
# chanmode +/-<modes>
# This setting makes the bot enforce channel modes. It will always add
# the +<modes> and remove the -<modes> modes.
Look at what settings you have done for

Code: Select all

set global-chanmode "nt"
and check the same settings in any channel blocks as well.

There is also a DCC command to change this setting via .chanset command.

Code: Select all

Syntax: .chanset <#channel> chanmode [+/-]<modes>
Post Reply