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.

easy crontab for Ticker in TCL

Help for those learning Tcl or writing their own scripts.
Post Reply
B
Blackmore
Voice
Posts: 3
Joined: Thu Jan 18, 2007 11:13 am

easy crontab for Ticker in TCL

Post by Blackmore »

Hi,

I want to write an easy crontab for Eggdrops for a ticker like:
  • [T.I.C.K.E.R] Die Channel-Statistik könnt ihr unter http://stats.zappelbude.de sehen. Sie wird zu jeder vollen Stunde aktualisiert..
in the .chaninfo part, i see from the allprotection.tcl new channel sets like
  • ap:chanset { XXXXXXXX }
now i want to add new channel sets for the Ticker... like
  • ci:ticker1 { + 20 * * * * text }

    ci = channelinfo
    ticker = name of chanset
    +/- = on / off
    20 * * * * = min hour day month year text to post

but i dont know, how to add a chanset in the chaninfo-part...


please give me ideas... i am a very newbie, so please post that i understand this...

thank Blackmore
Post Reply