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.
Old posts that have not been replied to for several years.
G
Guest
Post
by Guest » Thu Oct 11, 2001 12:45 am
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>
stdragon
Owner
Posts: 959 Joined: Sun Sep 23, 2001 8:00 pm
Contact:
Post
by stdragon » Thu Oct 11, 2001 6:22 am
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 » Thu Oct 11, 2001 3:25 pm
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
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Thu Oct 11, 2001 4:06 pm
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 » Thu Oct 11, 2001 4:41 pm
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 » Sat Oct 13, 2001 3:18 am
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 ??
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Sat Oct 13, 2001 9:01 am
To make this basic. The DCC chat is no the configfile.
You should find a line in your config file along the lines of
unbind dcc n tcl *dcc:tcl
This needs to be removed.