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.

Search found 3 matches

by koos
Thu Feb 16, 2006 7:28 am
Forum: Scripting Help
Topic: tcl to partyline
Replies: 4
Views: 6408

Re: tcl to partyline

Sir_Fz wrote:What do you mean?
I just want that the timerscript will give the .go #channelname command on the partyline as DCC, so the chatstats script will react on that (activation).

Now we have to start by hand, but i want timers doing it on specific times.
by koos
Sun Feb 12, 2006 7:38 pm
Forum: Scripting Help
Topic: tcl to partyline
Replies: 4
Views: 6408

just a piece of the script see rule 5 and 10 these rule has to activate chanstats script. if { [ string tolower $dayofweeknr ] == "fri"} { # when its friday execute bind time - "00 10 * * *" stat_check_on proc stat_check_on {min hour day month year} { dccbroadcast ".go #help...
by koos
Sun Feb 12, 2006 6:30 pm
Forum: Scripting Help
Topic: tcl to partyline
Replies: 4
Views: 6408

tcl to partyline

Newbie question. Just start programming in TCL and have a question. A script (chatstats) is activated by typing '.go #channelname' on the partyline. Now i've created some timers so at specific time the chatstats had to log events en next timer '.stop #channelname' quits logging. My question: With wh...