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.
D
Dan123
Post
by Dan123 » Sun Jul 28, 2002 10:11 am
How do I know if the tcl scripts have been loaded? I'm not sure even how to install them.
Papillon
Owner
Posts: 724 Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no
Post
by Papillon » Sun Jul 28, 2002 11:05 am
when u do a .rehash on your bot the loaded scripts should be shown.... somthing like this..:
[15:34] <botnick> [15:32] Loaded cleanusers.tcl v1.1 by slennox
u load a script by adding : source scripts/cleanusers.tcl
scripts: beeing the place where u save your scripts
clenusers.tcl: beeing the complete name of the script
Elen sila lúmenn' omentielvo
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Sun Jul 28, 2002 11:09 am
Not all scripts will show messages, they will do only if programmed too.
If you have the correct "source scripts/file" line in your config file, and the bot does not die of startup or rehash, then they are loaded.
D
Dan123
Post
by Dan123 » Sun Jul 28, 2002 11:27 am
ah I see. But I've loaded the insult and strip tease one, but I have no idea how to use it.
D
Dan123
Post
by Dan123 » Sun Jul 28, 2002 1:32 pm
ok.. I know they're loading but how do I start them?
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Sun Jul 28, 2002 4:04 pm
You should read through all the files provided with the script, they usualy tell you.
D
Dan123
Post
by Dan123 » Sun Jul 28, 2002 9:00 pm
The only thing was the tcl.
d
dotcomUNDERGROUND
Post
by dotcomUNDERGROUND » Sun Aug 04, 2002 11:04 am
Open the TCL as a text file.
there are usually lots of things written there includeing how to use.
for ex.. on striptease -
# Commands Added:
# Where F CMD
# ---------- - ---------
# Public: o !striptease
# MSG: o striptease
# DCC: o striptease
ie.. try !striptese in your channel
hope ull be able to find the rest yourself