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.

using dcc chat commands, in a tcl..

Old posts that have not been replied to for several years.
Locked
V
VaVaVooM
Voice
Posts: 10
Joined: Thu Feb 13, 2003 8:30 am
Location: Portugal

using dcc chat commands, in a tcl..

Post by VaVaVooM »

How can i use, in a tcl, a dcc built-in command (such as .botinfo), that was only designed to used in a dcc session, by a user?
How can i grab the return value of a command after i use, in a tcl, a line like putdcc $idx ".bottree"? Is it possible, since putdcc doesn't return any values after being used in a tcl..
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Items like this will need to be scripted.

This can be done using commands like putbot & putallbots, then using the bot bind to get the request. Then using both againt to return and retrieve the data.
Locked