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 quits as soon as joins channel

Support & discussion of released scripts, and announcements of new releases.
Post Reply
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Bot quits as soon as joins channel

Post by Mike05 »

Hello Friends,
I just Installed Now eggdrop Bot, and It joins the channel but quits .

Error : Bot quits OperServ Session Exceeded..

Please Help.

Secondly If Some one help with installing/configuring activating tcl scripts.
I would highly appreciate that.

I just need two three real example.

Thank You.

So glad to be part of this great community.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

If you read the error message you will see that the reason it quits doesn't have anything to do with the eggdrop itself, but with the IRC Server you are connected. Investigate what's up with the OperServ session.
Once the game is over, the king and the pawn go back in the same box.
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

"Operserv session exceeded" means too much connections from your IP. Usually, servers are set to limit to 3 duplicate connections.
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Bot quits, OperServ Session Excceded

Post by Mike05 »

Thank you for you response, I asked for help, so where can I look and what to edit or modify.

Should I look in unealircd and Inspircd, because, getting error from both IRCD's

Please guide.

Thank you.
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Operserv is services (probably anope), so the settings for the max connections are in anope.

In conf/operserv.conf: defaultsessionlimit = 3

Or, just add an exeption in operserv: /msg operserv exception add +0 your.ip 10 :reason of exception

And peharps in your ircd configuration, you may have an equivalent, example for unrealircd:

Code: Select all

allow {
        ip "*@*";
        class clients;
        maxperip 3;
};
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Post by Mike05 »

Thank you so much for your help and support, much appreciated.

Thanks again friend. :D
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Post by Mike05 »

I'm so glad to be part of this great community, where members are very help full .

Thank you egghelp.org and Owners
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

CrazyCat wrote:"Operserv session exceeded" means too much connections from your IP. Usually, servers are set to limit to 3 duplicate connections.
That's interesting.

I've run into the thing, where there were too many connections from same ip.

But not AFTER joining a channel.

It happens instantly, when trying to connect to the irc server. Bam!... connection is dropped.
No connecting, and then joining a channel, and THEN getting disconnected.
I've never had that happen.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Depending on the network, you can be disconnected immediately or after a short time.
The second option is quite rare, and I don't think it's a native feature of services, but it has its utility: when your connection is really bad, you can be reconnected before your ghost timeouts, so the delay let you kill the ghost and temporary bypass the session exceed.

Another possible explanation: services are slow, then you have time to join a channel before they kill the connection.
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Again - all very interesting. Thanks. :)

Now - if only I can remember it, for next time.
I guess that's a problem that isn't for this forum....
:D
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Post by Mike05 »

Thank you so much friends , problem solved, and special Thanks to Willyw

who helped me and provided me support from day one.

And thank you all of you who responded to my request.

Yes, It was maxip and maxdefault session, so I just increase the number and now every thing works fine.

I'm so glad to be part of this great community, where every one is very supportive and helpful. Special Thanks To Owners and Willyw
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Post by Mike05 »

@CrazyCat;

Thank you so much for helping me, and you were right, I just increased the no and problem solved.

Thanks again for your help.
:D
Post Reply