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.

chan limit prob

Old posts that have not been replied to for several years.
Locked
User avatar
mematrix
Voice
Posts: 29
Joined: Sat Aug 07, 2004 5:44 pm

chan limit prob

Post by mematrix »

i have the AutoLimit (http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=610) running on my bot, but once it sets the limit it unsets it. anyone have any idea on why this is happening?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

there are so many limit scripts out there... why you don't use a different one? At any rate, what do you have set for these variables:

Code: Select all

set autolimit(base) 10
set autolimit(diff) 5
Is your bot enforcing a previously set limit via chanset? try .chaninfo #yourchannel.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

You could be forcing chanmode -l
do a .chaninfo #channel to find out..
User avatar
mematrix
Voice
Posts: 29
Joined: Sat Aug 07, 2004 5:44 pm

Post by mematrix »

gb wrote:You could be forcing chanmode -l
do a .chaninfo #channel to find out..
this is what i get when i did that:

<mematrix> .chaninfo
<X-bot> Settings for static channel #pdf
<X-bot> Protect modes (chanmode): +tn-klim
<X-bot> Idle Kick after (idle-kick): DON'T!
<X-bot> stopnethack: DON'T!
<X-bot> aop-delay: 5:30
<X-bot> revenge-mode: 1
<X-bot> Other modes:
<X-bot> -inactive +statuslog -secret -shared
<X-bot> +greet -seen +cycle +dontkickops
<X-bot> +protectops +protectfriends +revenge -revengebot
<X-bot> -bitch -autoop +autovoice +nodesynch
<X-bot> +enforcebans +dynamicbans +userbans
<X-bot> +dynamicexempts +userexempts +dynamicinvites +userinvites
<X-bot> flood settings: chan ctcp join kick deop nick
<X-bot> number: 10 5 5 3 3 0
<X-bot> time : 60 60 60 10 10 0

what do i do now?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.chanset #pdf chanmode +tn-kim
For full information on .chanset type .help chanset in bots' partyline. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
mematrix
Voice
Posts: 29
Joined: Sat Aug 07, 2004 5:44 pm

Post by mematrix »

Alchera wrote:

Code: Select all

.chanset #pdf chanmode +tn-kim
For full information on .chanset type .help chanset in bots' partyline. :)
kool it worked thnx for the help :D
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

I guess new scripters should keep in mind these little settings. First get channel chanmode then match if *-l* is not present, then only enable the bind for setting limits or the script.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked