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.

Difficulty accessing the .tcl command

Old posts that have not been replied to for several years.
Locked
K
Kar

Difficulty accessing the .tcl command

Post by Kar »

Hi, I've looked around for sometime on why I can't use the .tcl command on my bot.

Im using version 1.6.15

I'm the owner and have commented out the unbind lines in my eggdrop.conf

#unbind dcc n tcl *dcc:tcl
#unbind dcc n set *dcc:set

and I've set
set must-be-owner to 1, (I've tried setting it to 0, but .tcl is still unavailable).

When I call .tcl exec ps I get the "What? You need '.help'" message :)

Looking at my binds tcl isnt bound at all, and I've attempted explicitly binding it in eggdrop.conf but to no avail :(

23:49 <pipebot> Command bindings:
TYPE FLGS COMMAND HITS BINDING (TCL)
dcc -|- gf 1 dcc_setuserinfo
dcc m|- showfields 1 showfields
dcc m|- chicq 0 dcc_chuserinfo
dcc -|- icq 0 dcc_setuserinfo
dcc m|- chphone 0 dcc_chuserinfo
dcc -|- phone 0 dcc_setuserinfo
dcc m|- chdob 0 dcc_chuserinfo
dcc -|- dob 0 dcc_setuserinfo
dcc m|- chemail 0 dcc_chuserinfo
dcc -|- email 0 dcc_setuserinfo
dcc m|- chirl 0 dcc_chuserinfo
dcc -|- irl 0 dcc_setuserinfo
dcc m|- chgf 0 dcc_chuserinfo
dcc m|- chbf 0 dcc_chuserinfo
dcc -|- bf 0 dcc_setuserinfo
dcc m|- churl 0 dcc_chuserinfo
dcc -|- url 0 dcc_setuserinfo
filt -|- /me * 0 filt:telnet_action

Anyway I am new, and I've prolly missed something simple, thanks for any help or ideas people may have :)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:set
Once the game is over, the king and the pawn go back in the same box.
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

.rehash, .restart are your friends :)
K
Kar

Post by Kar »

Hi caeser, I've tried that too, unfortunately I get the same problem, i enter .tcl something something and i get the you need help message.

Even by explicitly binding in my eggdrop.conf as you suggest, tcl and set are still missing from my dcc binds :(

Is this normal, or should I perhaps try recompiling my bot?
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

imho, recompiling won't change anything.
But die and start could be usefull
K
Kar

Post by Kar »

.die .restart .rehash Ive tried them all numerous times :)

Is it possible that a sourced scripts/something.tcl might be altering that bind?

I'll try commenting them out see if that helps.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

After you did that do an .restart also be shure you have the +n flag and if you have must-be-owner set to 2 be shure you have set yourself in the .conf file as an owner..
Once the game is over, the king and the pawn go back in the same box.
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

sounds to me like you are loading some tcl script that is unbinding these commands on you.. check your scripts.. make sure nothing has unbind lines for them
a.k.a. hellios
K
Kar

Post by Kar »

caesar wrote:After you did that do an .restart also be shure you have the +n flag and if you have must-be-owner set to 2 be shure you have set yourself in the .conf file as an owner..
Ahhh sheeesh, cheers ceasar, I'd forgotten to uncomment and correct the owner line in the conf.

Thanks :D
Locked