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.

Need some help with channel ban limit on Undernet

Old posts that have not been replied to for several years.
Locked
D
DanyD
Voice
Posts: 5
Joined: Thu Oct 06, 2005 6:00 am
Location: Romania
Contact:

Need some help with channel ban limit on Undernet

Post by DanyD »

On Undernet maxim channels ban is 45 , i saw some channel who have more then 300 bans on channel ban list . I tried to configure the bot to ban more then 45 bans on mi channel , but when the channel list bans is at 45 the bot stop to add more bans and it doit just kick the users . How can i make mi bot to add more then 45 bans , ignoring the channel limits bans ?

I modified and the eggdrop1.6.17/src/mod/irc.mod/irc.c

---------------------------------
case 2: /* UnderNet */
kick_method = 1;
modesperline = 6;
use_354 = 1;
use_exempts = 0;
use_invites = 0;
max_bans = 500;
max_exempts = 45;
max_invites = 45;
max_modes = 500;
rfc_compliant = 1;
include_lk = 1;
break;
------------------------------

...but no results ....

### bot config file ###
set max-bans 500
set max-modes 500
################

Somebody can help me?

Thanx
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

AFAIK (and you said it yourself), undernet does not allow more than 45 bans in a channel. Unless (not sure though), the ban is requested from X.
D
DanyD
Voice
Posts: 5
Joined: Thu Oct 06, 2005 6:00 am
Location: Romania
Contact:

Post by DanyD »

Sir_Fz if you will read all , you see that i whant mi boot to ignore the maxbans of a server settings ... if in other channels on undernet ar more then 45 bans on channel bans list then the boot can add to ( the human can ) , if you can help me type something to do that if not pls not be sarcastic
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

From eggdrop.conf:
# Set here the maximum number of bans you want the bot to set on a channel.
# Eggdrop will not place any more bans if this limit is reached. Undernet
# currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet
# allows 100.
set max-bans 100
D
DanyD
Voice
Posts: 5
Joined: Thu Oct 06, 2005 6:00 am
Location: Romania
Contact:

Post by DanyD »

Fz you don't got it a? I read all this ... i whant a code solution or something , i need the eggdrop to ignore this limits , i tell you and i do'it again if you have a real solution not copy/paste some lines from the eggdrop.conf please share here if not leave this ...

Thanx ... again
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Network settings/limits cannot be overridden by eggdrop let alone a user. The settings in eggdrop.conf (min/max) are those that are available.

@ DanyD: You will also fix your attitude.
Last edited by Alchera on Thu Oct 06, 2005 4:08 pm, edited 1 time in total.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
D
DanyD
Voice
Posts: 5
Joined: Thu Oct 06, 2005 6:00 am
Location: Romania
Contact:

Post by DanyD »

Alchera and Fz join #sex on Undernet ( sorry is just a example ) and try to number the bans from the channel ban list , i think is more then 300 , if the channel ban list is limited to 45 how you guys can explain that ?

Thanx
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

A user told me that you can't set more than 45 bans in a channel on Undernet, unless you set it through X. Good luck DanyD :)
D
DanyD
Voice
Posts: 5
Joined: Thu Oct 06, 2005 6:00 am
Location: Romania
Contact:

Post by DanyD »

i see , thanx allot Fz
g
gemeau50
Voice
Posts: 38
Joined: Fri Jun 11, 2004 6:16 am
Location: Trois-Rivières, Canada

Post by gemeau50 »

Danyd

While Undernet sets a limit of 45 bans, there is no limit to the number of bans you can make through "X". The previous limit of 300 bans through "X" has been removed several weeks ago. A solution was given in the Undernet forum (which is down again) by a chanop of channel #montreal. It implies modification of several eggdrop files in order for the eggdrop to make its bans through "X". Personally, I didn't like the solution since it leaves the channel wide open when X splits (which happens ounce in a while).
Locked