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.

-e

Old posts that have not been replied to for several years.
Locked
M
Mash
Voice
Posts: 24
Joined: Sat May 29, 2004 12:44 am

-e

Post by Mash »

hey how do th bot enforce -e when some tries to do a +e on self or someone
i tried doing it , neva worked
Should i need to edit the config or something ?
seems its simple, cant get it :?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

.chanset chanmode +tn-e? what are you trying to prevent?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

+e stands for exempt.

You can only set an exempt if you are an op.
Alchera wrote:+exempt <hostmask> [channel] [%<XdXhXm>] [comment]
An exempt 'exempts' you from being banned.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

I believe he wants exempts set via IRC be bounced back.

have you set the channel -userexempts?

if this doesnt help, you would probably have to write a "exemptmanager" script similar to my banmanager script.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

De Kus wrote:I believe he wants exempts set via IRC be bounced back.

have you set the channel -userexempts?

if this doesnt help, you would probably have to write a "exemptmanager" script similar to my banmanager script.
Yes i realised that mate i was just clearing up what +e was being used for :)
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

What you can do is make a tcl to remove all +e's:

- Bind to mode - bind mode - "*" remove:exempts
- In your proc check if mode == +e - if {([string equal $mode" "+e"])
- Also incase check if the bot is opped - && ([botisop $chan])} {
- If so, then remove $target, $victim or whatever you have named the last argument. - pushmode $chan -e $target
·­awyeah·

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