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.

Need Help with Seend.tcl thanks

Support & discussion of released scripts, and announcements of new releases.
Post Reply
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Need Help with Seend.tcl thanks

Post by Mike05 »

Hello Friends.

I need help with seend.tcl seen script and gseen modules.

How to install , configure and Activate.

I'm totally newbie to TCL installation and configuration. I'm stuck.

Please Help
Thanks
s
simo
Revered One
Posts: 1079
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

you could try downloading this source:

https://ftp.eggheads.org/pub/eggdrop/mo ... udo.tar.gz

and using the install section from this:

https://raw.githubusercontent.com/flori ... ter/README
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: Need Help with Seend.tcl thanks

Post by willyw »

Mike05 wrote:
I need help with seend.tcl seen script and gseen modules.
Hopefully, both should come with instructions.

TCL scripts often have comments (lines that start with a # ) at the top.
This is where the scripter would include a description and instructions, too.
How to install ,
Scripts are scripts. Modules are modules. Two very different sets of things to do, to install.

More on this below.
configure and Activate.
Each should include instructions, specific to that one script or module.
I'm totally newbie to TCL installation and configuration. I'm stuck.
No problem.
Just be prepared to do some reading. :) Not a ton... don't worry.


A TCL script is a plain text file. You can open it, and see the tcl script code, and edit it.
It is loaded into the bot, with a command in eggdrop.conf.
The command is: source
Typically, scripts source lines are at the bottom of eggdrop.conf - after everything else is done loading, etc., when the bot is launched.

A module is code. It is compiled right into the bot.

MANY of us play with TCL scripting. It's fun. You'll see. :)

Not many play with modules. It requires a different background and skills.
That is - to create modules.
A well written, well documented module though? ... any bot owner can easily learn how to install and use.


You can find some info here:
http://www.eggheads.org/tclscripts

More here:
http://www.egghelp.org/enhance.htm#tclscripts


How to install a module, here:
https://docs.eggheads.org/coreDocs/modu ... l-a-module

After you read the pertinent info found at those links ( you might like to bookmark those sites, too. LOTS of other info at them. ) , please bring your specific questions about what you've read, and/or what you've tried to do, back here.

p.s.
As far as I know, for gseen, this is still the right place to get a version of that module, for Eggdrop 1.8.x :
ftp://ftp.eggheads.org/pub/eggdrop/modules/1.8/
Last edited by willyw on Sun Dec 13, 2020 11:54 pm, edited 1 time in total.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: Need Help with Seend.tcl thanks

Post by willyw »

Also -

Look in your bot's directory. Look for a directory below it, named : doc

Perhaps something like:
/home/yourUserName/eggdrop/doc

There are lots of text files in there. Perhaps you haven't discovered it yet.
Explore them.

Lots of info.

One whole file is about modules.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Thank you so much for your reposne

Post by Mike05 »

Thank you friends for help and support, I'm gonna try every thing. Let see what happens.

This is a great community , I'm so excited to be part of this community.

Thanks every one.
M
Mike05
Voice
Posts: 22
Joined: Sat Dec 12, 2020 1:37 am

Post by Mike05 »

Thank you all for your help and support, much appreciated.
Post Reply