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.

urg, fustrating

Old posts that have not been replied to for several years.
Locked
Z
ZawZer

urg, fustrating

Post by ZawZer »

(me) .+invite
(Bot) This command can only be used with use-invites enabled.

how do I enable this 'use-invites' ?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

in your conf... Irc module specific settings for ircnet
a.k.a. hellios
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

I'm having problems with this too and some stuff confuses me,
in the conf doc i see:

----------------------
# The following settings should be left commented unless the default values
# are being overridden.
By default, exempts and invites are on for EFnet and
# IRCnet, but off for all other large networks. This behavior can be modified
# with the following 2 flags. If your network doesn't support +e/+I modes then
# you will be unable to use these features.
-----------------------
Well, i have ircnet as my network type and the above says that you should be left comented unless your not using default settings, now isn't it a default setting when you choose the network type ?

whatever I do it still keeps saying to enable use-exempts in dcc chat
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: urg, fustrating

Post by YooHoo »

ZawZer wrote:(me) .+invite
(Bot) This command can only be used with use-invites enabled.

how do I enable this 'use-invites' ?
Uncomment both set use-exempts & set use-invites in the conf file, and set the variable to 1, i.e.

Code: Select all

set use-invites 1
set use-exempts 1
. Restart your bot. If your net-type is correctly set to 1 as you indicated, these commands will be enabled. :mrgreen:
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

everything is set to the specified settings
net type is 1
and both use-exempts and use-invites is uncomented and set to 1, still i see:

.+exempt
[22:11] <MeLiSSa> This command can only be used with use-exempts enabled

i'm at a loss here

is there maybe something wrong with compiling stuff ? the bot also won't respond well if I set to bind the set or tcl command, its as if these settings are ignored :(
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

CosmicD wrote:is there maybe something wrong with compiling stuff ? the bot also won't respond well if I set to bind the set or tcl command, its as if these settings are ignored :(
Read Setting Up Your Eggdrop, with emphasis on binds. You obviously have not read this nor the documentation that is distributed with every eggdrop concerning editing the configuration file completely and correctly. The .tcl and .set commands are off and unavailable by the default settings in eggdrop.conf, as are the exempt/invite modes.
:mrgreen:
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

what if i tell you that I can actually dream these settings in my config file
use-exempts is set to 1 without an #
use-invites is set to 1 without an #
the net-type is set to 1 and i'v removed the "un" from unbind for the set commands, but thats just because I wanted to set the use-invites

it could maybe be that some scripts that i use are unbinding all of this again ? i'll investigate this further as it's a new day for me now :P
C
CosmicD
Op
Posts: 102
Joined: Sat Dec 11, 2004 3:46 pm

Post by CosmicD »

allright, just for archiving intention: ('because others might encounter this as well)

There were scripts unsetting my settings and unbinding my binds that I set in the conf file (happy merrie-go-round situation here :PP)

also I didn't set me as the owner so even when set and tcl commands were bound I couldn't access them untill i set the requre owner to 0.. ofocurse I dealt with this situation and set myself as the bot owner :)... (and set the require onwer setting back to 1 :P)

so all probs are solved :)

a new day, new inspiration :P
Locked