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.

ignoring the +l flag in a channel?

Old posts that have not been replied to for several years.
Locked
D
Dragan2000

ignoring the +l flag in a channel?

Post by Dragan2000 »

Hi there,

my eggdrop is in a channel with another eggdrop from a friend. My friend's eggdrop has a TCL, that sets the user-limit in the channel +3 users that are in the channel.

The Problem: My eggdrop removes the l-flag (sets mode -l) and these two bots are spamming by setting +l and setting -l the channel.

How can i teach my bot not to set the mode -l ?

Hope someone can help me...

Greetz
SkyNet
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

maybe a stupid suggestion, but what about running the same tcl? or going for something like netbots and linking the bots?
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

I just assisted somebody else in this same matter (I think!) last night. The problem was that the bot was enforcing +nt-ilms on the channel. If you do .status and it says something like this:
..[bot(dcc)] #chan : 14 members, enforcing "+tn-lism"
Then you need to do ".chanset #chan chanmode" to clear the modes, then ".chanset #chan chanmode +nt" to adjust it to your needs. Keep in mind that anything enforced via this method can cause mode floods between clients/bots as in your situation. Only have a channel -l if you really need a limit NEVER set on it, otherwise just do not have either +l or -l set.

I hope that helps.
I
Ian-Highlander
Op
Posts: 165
Joined: Mon Sep 24, 2001 8:00 pm
Location: Ely, Cambridgeshire

Post by Ian-Highlander »

Most likely is that its set in the config file as the default leaves it set +nt-klm (or something like that from memory) changing it using .chanset will work fine until the next time the bot is restarted.

I'd suggest checking your config file and editing it.

Regards

Ian-Highlander
"Insanity Takes Its Toll, Please Have Exact Change"
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Ian-Highlander - This is incorect.

Even though the channel is created in the config file, any changes made against the channel using .chanset, will forever remain, once the channels file has been saved.

After reading the config file, the channel file is read, thus, after the config file creates and sets the channel settings, as defined there, and settings in the channel file, as changed and saved using .chanset, will then overide the config file.

This is the reason why many people post in and ask why changing values in the config file, are taking no effect.
I
Ian-Highlander
Op
Posts: 165
Joined: Mon Sep 24, 2001 8:00 pm
Location: Ely, Cambridgeshire

Post by Ian-Highlander »

I stand corrected by the master :wink:


However I stand by my comments that if you are going to use the hard coded channel settings in the config file then all the -flags should be removed in the first place, it amazes me why the default has them there.

But you are of course right, put it down to not enough caffeine yet this morning. :oops:
"Insanity Takes Its Toll, Please Have Exact Change"
D
Dragan2000

yeah...

Post by Dragan2000 »

the solution from tained worx fine....
Many THX!

Greetz
SkyNet
Locked