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.

protect/not kick voiced users in channel

Old posts that have not been replied to for several years.
Locked
a
artisan

protect/not kick voiced users in channel

Post by artisan »

Greetings,
I have an fserv/xdcc channel sharing files and all fservs/xdcc servers are voiced in channel ( that means in front of their name have a "+" , example : +fservNick duh ).
The fservs/xdccs are flooding the channel cause they advertise their files with colours and reapeted lines of msgs etc etc BUT this is normal, I want that ..
The prob is how to make the bot NOT kick/ban them all the time.. thank you
PS If your answer is "use a tcl" please specify wich one cause I havent been able to find one.
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

.help chattr

(Hint: friend)
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
a
artisan

Post by artisan »

thanks I'll try that
a
artisan

Post by artisan »

I add the flags +f +o but the bot keeps kicking and banning them..
(dontkickops is enabled also protectfriends protecthalfops and I even loaded a tcl to protect ops and users with flags but its acting like a demon kicking and banning..)
I am desperate, i am searching for days help me pls
thank you
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

The default flud protection (if haven't been *changed* to act diferently) wont take any actions agains users marked as friend and the channel is set to +protectfriends. Seems to me that you have an tcl that dose the kick/ban thing and dosen't have an check for friends or stuff related not to punish them. You should check that script and adjust it to suit your needs. If you don't know tcl contact the author of it or even try yourself to add an *is friend?* check guided by the tcl-commands.doc file (see matmatchattr) and the forum Search function. If this fails (only then) post an link to the tcl and someone will have an look on it (if anyone wants) or even sugest you how and what to do to add that *is friend?* check.
Once the game is over, the king and the pawn go back in the same box.
a
artisan

Post by artisan »

YES !!! the problem is solved,
I was using " .+user nick " and then " .chattr nick fo|fo " and it didnt work
Now I used " .adduser nick " and then " .chattr nick fo|fo " and it worked ! ! !
This must be lame, but i am a newbie after all :pPpPP
thanks all for even bothering to answer :o)
Locked