My bot does
Code: Select all
e is unknown mode char to me
i is unknown mode char to me
I have try to search for it over the whole conf file more then once but dosent find anything that make this stop...
Mvh Slaktarn
Code: Select all
e is unknown mode char to me
i is unknown mode char to me
Im not sure what you mean but i know you can set net-type in the eggdrop.confnml375 wrote:Hard to tell..
That message is not present in the current source (1.6.19) as far as I (nor grep) can tell.
Could possibly be a 472 ERR_UNKNOWNMODE statusreply, in which case you are using an irc server that does not support e (exempt mask) or i (invite only channel) - which is very odd, unless you were thinking of I (invite mask) - which would make more sense...
If that's the case, then please set net-type and use-exempts/use-invites accordingly.
Code: Select all
# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 5
So i have now done all my channel-settings topseudo wrote:This message is indeed ERR_UNKNOWNMODE and comes from the IRC server. To fix this, set the use-exempts and use-invites config variables to 0.
Code: Select all
{ chanmode {} idle-kick 0 stopnethack-mode 0 revenge-mode 0 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 0:0 flood-ctcp 0:0 flood-join 0:0 flood-kick 0:0 flood-deop 0:0 flood-nick 0:0 aop-delay 0:0 ban-type 3 ban-time 0 exempt-time 0 invite-time 0 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch -greet +protectops +protecthalfops +protectfriends +dontkickops -statuslog -revenge -revengebot -autovoice -secret +shared -cycle -seen -inactive +dynamicexempts -userexempts +dynamicinvites -userinvites -nodesynch }
Code: Select all
+dynamicexempts and +dynamicinvites
Thx for that one... But i have a last question. I run my bot as only listener and it not do anything more than pick up info...nml375 wrote:Slaktarn,
As long as you've set use-exempts and use-invites to 0, the setings/values of the different exempt and invite channel-settings won't matter, since your eggdrop will no longer care for these modes.
Code: Select all
-enforcebans -dynamicbans -userbans -autoop -autohalfop -bitch -greet -protectops -protecthalfops -protectfriends -dontkickops -statuslog -revenge -revengebot -autovoice -secret +shared -cycle -seen -inactive -dynamicexempts -userexempts -dynamicinvites -userinvites -nodesynch
Code: Select all
+protectops +protecthalfops +protectfriends +dontkickops