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.

My bot dosent know modes

General support and discussion of Eggdrop bots.
Post Reply
S
Slaktarn
Halfop
Posts: 44
Joined: Wed May 02, 2007 1:48 am

My bot dosent know modes

Post by Slaktarn »

Hay again time for next problem

My bot does

Code: Select all

e is unknown mode char to me
i is unknown mode char to me 
anyway to stop it? And why does it do this

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
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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.
NML_375
S
Slaktarn
Halfop
Posts: 44
Joined: Wed May 02, 2007 1:48 am

Post by Slaktarn »

nml375 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.
Im not sure what you mean but i know you can set net-type in the eggdrop.conf

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
I have 5 cuz my network is on a InspIRCD Server

/Slaktarn
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

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.
S
Slaktarn
Halfop
Posts: 44
Joined: Wed May 02, 2007 1:48 am

Post by Slaktarn »

pseudo 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.
So i have now done all my channel-settings to

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 }
But it feels like it shuld do - on

Code: Select all

+dynamicexempts and +dynamicinvites
Thx for the help ppl
/Slaktarn
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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.
NML_375
S
Slaktarn
Halfop
Posts: 44
Joined: Wed May 02, 2007 1:48 am

Post by Slaktarn »

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.
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...

So in guss the best way to just have a eggdrop that idle and just read the lines in a channel like a chatlog or whatever it does wuld be

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
And i think i most have shared if i use botnet and share the userfiles. Else all others shuld be -. But it one thing i think about if the IRCD netsplit or whatever and my bot automatic be oped are it any point to use

Code: Select all

+protectops +protecthalfops +protectfriends +dontkickops
Or any other modes that make it easyer for the ones that are OPs in the channel, i think those above in the last exampel just matter if the ppl are in my userlist for the current channel but im not sure.

/Mvh Slaktarn
Post Reply