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.

tcl reference needed / script already done?

Old posts that have not been replied to for several years.
Locked
w
waldtraut

Post by waldtraut »

hi everybody.

can anyone help me with a link to a tcl-command-reference on the net?

if not, i want to write the following script:
on every line said to a channel, exclude ignored users, write a count of the lines per minute to a database, so that per command the count of lines during the last X minutes can be received or on regular basis can be put into some file.

i will post my sript to eggheads and to egghelp when it's completed, if i'm the first thinking of this. if there already is such a script, please tell me where to find it :)


thanx,
waldtraut
@#hagen on IRCnet
R
Roze

Post by Roze »

TCL guide to eggdrop:
http://www.suninet.nl/tclguide/tclguide.html

As to 10 last lines you can get the code samples from such scripts:

Creates a mIRC-like web page displaying channel activity:
http://www.egghelp.org/tclarchive/wwwlive.tcl.gz

Checks the public_html directory for a file and displays its contents on the channel. Useful for sending messages to a channel through a web page:
http://www.egghelp.org/tclarchive/WeBLiVE_1.0.zip

So put them together and imho it will be the one you've asked.. :smile:
w
waldtraut

Post by waldtraut »

ok now, i got the url for tcl-reference...

http://129.125.102.83/tcl8.3.2/html/index.html

as no one answered with a script he knows, i think i'm in a need to write it by myself. so expect it to be there around new years eve.

anyone got further ideas? - feel free to email me privately at waldtraut/at/irc-hagen.de - you know which part to substitute with what :)


waldtraut
@#hagen on IRCnet
R
Roze

Post by Roze »

Probably its better to write your own :smile:
At first it will be made then by yourself and you could be proud of that..
and the second thing its difficult to find a script that 100% fits your needs so if you are not lasy you can include things you want and need.. and they will look like you like..
Locked