egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need some help with channel ban limit on Undernet

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
DanyD
Voice


Joined: 06 Oct 2005
Posts: 5
Location: Romania

PostPosted: Thu Oct 06, 2005 6:14 am    Post subject: Need some help with channel ban limit on Undernet Reply with quote

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
_________________
Direkt Network
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Oct 06, 2005 8:38 am    Post subject: Reply with quote

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.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
DanyD
Voice


Joined: 06 Oct 2005
Posts: 5
Location: Romania

PostPosted: Thu Oct 06, 2005 8:48 am    Post subject: Reply with quote

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
_________________
Direkt Network
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Oct 06, 2005 3:05 pm    Post subject: Reply with quote

From eggdrop.conf:
Quote:
# 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

_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
DanyD
Voice


Joined: 06 Oct 2005
Posts: 5
Location: Romania

PostPosted: Thu Oct 06, 2005 3:18 pm    Post subject: Reply with quote

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
_________________
Direkt Network
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Thu Oct 06, 2005 3:28 pm    Post subject: Reply with quote

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.
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM


Last edited by Alchera on Thu Oct 06, 2005 4:08 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
DanyD
Voice


Joined: 06 Oct 2005
Posts: 5
Location: Romania

PostPosted: Thu Oct 06, 2005 3:43 pm    Post subject: Reply with quote

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
_________________
Direkt Network
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Oct 06, 2005 3:51 pm    Post subject: Reply with quote

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 Smile
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
DanyD
Voice


Joined: 06 Oct 2005
Posts: 5
Location: Romania

PostPosted: Thu Oct 06, 2005 6:25 pm    Post subject: Reply with quote

i see , thanx allot Fz
_________________
Direkt Network
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
gemeau50
Voice


Joined: 11 Jun 2004
Posts: 38
Location: Trois-Rivières, Canada

PostPosted: Thu Oct 13, 2005 8:39 am    Post subject: Reply with quote

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).
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber