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.

scripts

Old posts that have not been replied to for several years.
Locked
D
Dan123

scripts

Post by Dan123 »

How do I know if the tcl scripts have been loaded? I'm not sure even how to install them.
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

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
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

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 »

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 »

ok.. I know they're loading but how do I start them?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You should read through all the files provided with the script, they usualy tell you.
D
Dan123

Post by Dan123 »

The only thing was the tcl.
d
dotcomUNDERGROUND

Post by dotcomUNDERGROUND »

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
:)
Locked