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.

General support and information

Old posts that have not been replied to for several years.
Locked
D
Damnation85
Voice
Posts: 19
Joined: Sun Dec 19, 2004 2:31 pm

General support and information

Post by Damnation85 »

i did a search and couldn't find anything well i got 100 topic replies, and well yeah lots of fun o_O.

basically apart from tcl-commands.doc
and
tcl guide

is there any other information or links people can offer help to code a eggdrop(windrop till port to linux) or simply stuff on how it works, managing administrating optimizing etc etc ?

any help would rock
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

AFAIK there is no documentation on how to "code eggdrop" - you simply need to study the source code (and check out doc/MODULES if you want to build your own module)

to write eggdrop scripts you really don't need anything else than tcl-commands.doc (assuming that you already have some Tcl programming skills; check out tcl.tk for tons of useful links)
D
Damnation85
Voice
Posts: 19
Joined: Sun Dec 19, 2004 2:31 pm

Post by Damnation85 »

currently very very little tcl skills, but reading the tcl guide and a book on tcl/tk so i "will" at somepoint hold some skills, thank you for you reply. i am just wondering if there is an editor out there for tcl to give syntax highlight or a set of wordlists for ultraedit?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

D
Damnation85
Voice
Posts: 19
Joined: Sun Dec 19, 2004 2:31 pm

Post by Damnation85 »

ah sorry every time i went on the tcl.tk site
i get a HUGE list of links :o/ i think they are reworking their site.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Here are some which you can try (recommended):

1. MED (I use it)
2. ASED
3. EditPlus 2
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

or window's notepad/wordpad :mrgreen:
Once the game is over, the king and the pawn go back in the same box.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

caesar wrote:or window's notepad/wordpad :mrgreen:
They are ok if you know what you are doing however for newbies to tcl scripting i would recommend one of awyeah's suggestions. I personally use EditPlus which colours the code for you to make it easier to see and auto completes various preset functions whilst auto indenting your code to make it easy to see where you are. :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

.. not to forget that EditPlus formats in PC, Unix & Mac, an ideal tool. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Med and ASED can also format text as Unix & Mac. I hate those notepad edited tcl scripts with messy ^M at the end of line, but it is easy to fix (dos2unix filename.tcl) :)
Que?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Well I mean, generally I would recommend everyone to use these. As see you can use wordpad, even notepad to write an official document, but which software would give you best formatting results other than your wordprocessor, Microsoft Word I guess?

And even alot of pro's make mistakes. Suppose you are coding a long tcl proc with alot of statements brackets, so these softwares would help you with syntax errors which are the most common problems. And I like the color technique which makes it easier to read, identify errors and logical mistakes. And obviously they have alot of other options and good formatting.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

jEdit! Great cross platform editor. Syntax highlighting, integrated FTP/SFTP and a load of other goodies.
Locked