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.

can't execute tcl command from dcc window

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

i try to execute :
putserv "PRIVMSG chanserv@services.dal.net :oP #sinlui

but for some reason it doesn't recognize it
am i missing something or that's not the way i executed a tcl command ?

any suggestion

<font size=-1>[ This Message was edited by: ozus on 2001-10-10 22:46 ]</font>
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

it looks like you left out the all-important ".tcl" command... just typing putserv on the console won't work.

.tcl putserv "blah blah blah"
G
Guest

Post by Guest »

On 2001-10-11 04:22, stdragon wrote:
it looks like you left out the all-important ".tcl" command... just typing putserv on the console won't work.

.tcl putserv "blah blah blah"
my , bad actually i already tried with .tcl in front and it still don't work.
any idead ???
btw, is my tcl command correct ??? i use the dalnet irc server and i want to ask op from chanserv.

thanks for replying
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

WOuld you consider adding any error message =s you get to the commands.

If you are getting "You need .help" error, then the .tcl command is disabled.

Edit the config file, and locate the sections involved with this command.
G
Guest

Post by Guest »

On 2001-10-11 14:06, ppslim wrote:
WOuld you consider adding any error message =s you get to the commands.

If you are getting "You need .help" error, then the .tcl command is disabled.

Edit the config file, and locate the sections involved with this command.
yes that's exactly what i get.
ok i'll try to look in the config file
i'll post the result later
G
Guest

Post by Guest »

i don't find any line regarding tcl script or module.
but one thing i want tomention , i do execute tcl command inside my conf file, which is a command to identify the bot to nickserv and it does work, but why not from dcc console ???

any help ??
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

To make this basic. The DCC chat is no the configfile. :razz:

You should find a line in your config file along the lines of
unbind dcc n tcl *dcc:tcl
This needs to be removed.
Locked