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.
M
Master-of-Illusion
Post
by Master-of-Illusion » Sun Mar 28, 2004 4:37 pm
I put it in scripts then use .loadPub tcl and get this error
.load Pub.tcl
Pub.tcl:ÿErrorÿloadingÿmodule:ÿCannotÿopenÿ"/home/illusion/X-3/modules/Pub.tcl.so"
I have it in the module folder ,right where i copied it from another egg i have...PLease let me know what im doing wrong...Thanks
GodOfSuicide
Master
Posts: 463 Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria
Post
by GodOfSuicide » Sun Mar 28, 2004 6:17 pm
TCL Scripts are loaded with the source command, modules with load
M
Master-of-Illusion
Post
by Master-of-Illusion » Sun Mar 28, 2004 8:59 pm
well how do i load tcl scripts them?
c
cloned
Post
by cloned » Sun Mar 28, 2004 11:35 pm
Master-of-Illusion wrote: well how do i load tcl scripts them?
well if you already have the tcl script in the \scripts folder, then add
source scripts/pub.tcl
to the end of your bot's conf file.......
hope it helps...
cloned
arcane
Master
Posts: 280 Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:
Post
by arcane » Mon Mar 29, 2004 11:22 am
GodOfSuicide wrote: TCL Scripts are loaded with the source command, modules with load
Master-Of-Illusion wrote: well how do i load tcl scripts them?
needless to add the "rtfm" here...