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.

setting tcl variable from partyline

Old posts that have not been replied to for several years.
Locked
j
jlbprof

Post by jlbprof »

I was hoping to be able to set a tcl variable from the partyline.

I thought the syntax would be:

.tcl set var_name value

or

.set var_name value

But they both ask me if I want help

What am I doing wrong?

Thanx

Bodger
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

WAG: you didn't read/understand the eggdrop configuration file... locate the part in your conf file mentioning:

"a security risk!!"
j
jlbprof

Post by jlbprof »

ok, thanks
j
jlbprof

Post by jlbprof »

OK it still doesn't work.

here is the config

# Comment these two lines if you wish to enable the .tcl and .set commands.
# If you select your owners wisely, you should be okay enabling these.
#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set

I have tried this commented out and not commented out, regardless it will not let me execute a tcl command (.tcl) from the partyline.

My flags are at least +mn.

I think there might be something fundamental here.

Thanx

Bodger
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

you need to .restart the bot
Locked