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.

use-exempts

Old posts that have not been replied to for several years.
Locked
m
mog25

use-exempts

Post by mog25 »

On some of my shells I can right from the partyline do ".set use-exempts 1" to enable ban exempts, however a few of them I can't, it doesn't recognize use-exempts from the .set command. And when I put "set use-exempts 1" in its config file, it ignores this. Why is this? Is there some ./configure option that enables it when you first compile it?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

you have the followin in your .conf file:
unbind dcc n set *dcc:set
change it to

Code: Select all

bind dcc n set *dcc:set
to let it work.

only in the confs where the .set command doesn't work (its already bound in your other bots)
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

hello,

I've been recently trying to configure a bot. all of the scripts work ok and i've been searching for the befor mentioned problem too, so thats why I reply to this post..

i have eggdrop 1.6.17 and i have problems with use-exempts and use-invites.

I've set these to 1 and uncomented them both... still when I use .+invite or .+exempt , the bot always responds with "you need to enable use-invites ...

I see it clearly set in my config file that I use within the bot, so I tried to enable the .set command in the console and I noticed this unbinding of these commands, tried to make them bind (as described in the previous posts) and still when restarting the bot it just won't work.. the bot still says "What ? you need help"...

what can this be ?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

What network are you on, and are +e/+I valid channel modes? What do you have the variable set net-type as? Read this thread.
:mrgreen:
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

the net type is set to 1,

the network i'm on is kreynet wich support +e and +I modes .. the bot just doesn't allow me to set .+invites or .+exempts becaose it always says use-exempts etc has to be enabled...
Locked