Page 1 of 1

Invite 60 user limit

Posted: Sat Mar 29, 2008 11:54 am
by taichi
Hello, did as a matter not find in the FAQ still in the documentary was about .. How is it possible to change the Invite limit...
Unreal not allowed more than 60 people addto the invitenlist ...

This is was Unreal say me

#channel test!*@* Channel ban/ignore list is full
THX

Re: Invite 60 user limit

Posted: Mon Mar 31, 2008 3:41 pm
by SpaceDoG

Re: Invite 60 user limit

Posted: Mon Mar 31, 2008 6:23 pm
by taichi
Hi SpaceDoG ,
thanks for the Answer. I have try this... here my block
# Invite/Ban/Limit Setting
set {
maxbans 300;
maxbanlength 300;
};
};

Something wrong there ?

Sorry 4 my bad english

THX taichi

Re: Invite 60 user limit

Posted: Mon Mar 31, 2008 7:38 pm
by Jobe
The settings you have there limit you to 300 1 byte bans, or say 3 100 byte bans. As the documentation suggests, you should make maxbanlength significantly higher then maxbans

From the docs:
Similar to above, but sets the maximum amount of characters for all bans added up together, so basically this puts up a limit on the (semi-)maximum amount of memory all channel bans on a channel can take. The default is 2048 (bytes). With the default set::maxbans of 60 this allows 2048:60=34 characters per ban on average.

Re: Invite 60 user limit

Posted: Mon Mar 31, 2008 8:47 pm
by taichi
THX 4 the Hints works fine now :-)