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.

Eggdrop changes channel modes

General support and discussion of Eggdrop bots.
Post Reply
T
Tomconstable
Voice
Posts: 1
Joined: Fri Mar 16, 2007 5:50 pm

Eggdrop changes channel modes

Post by Tomconstable »

Edit: I am running eggdrop1.6.18

Bascially when people join a channel that my Eggdrop is in, I get this message in DCC chat.
'Mode change by non-chanop on #Tomconstable! Reversing...'
I've no idea what idea what it is doing.

Anyone know how to stop it?

Also i keep getting notified that i have new notes. How can i stop this too?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From eggdrop.conf:
# Set this to 1 if you want the bot to let people know hourly if they have
# any notes.
set notify-users 1

# Set this to 1 if you want the bot to let people know on join if they have
# any notes.
set notify-onjoin 1
The DCC stuff is informational and if you look in the channel you'll see what occurs.

For further information refer to eggdrop logging features.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You need to make sure that you have the correct net-type set in your eggdrop.conf, and then check out the nodesynch channel-setting.
# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 3
.
.
.
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
Post Reply