Skip to content
Snippets Groups Projects
Commit 2ddfa0e3 authored by deuce's avatar deuce
Browse files

Add a "how to set up" comment at the start... this info will go on the Wiki

as well.
parent 66c623a3
No related branches found
No related tags found
No related merge requests found
/*
* An intentionally simple TIC handler for Synchronet.
*
* How to set up... add a timed event:
* Internal Code TICKIT
* Start-up Directory
* Command Line ?tickit.js
* Enabled Yes
* Execution Node 1
* Execution Months Any
* Execution Days of Month Any
* Execution Days of Week None
* Execution Time 00:00
* Requires Exclusive Execution No
* Force Users Off-line For Event No
* Native Executable No
* Use Shell to Execute No
* Background Execution No
* Always Run After Init/Re-init Yes
*
* And set up a semaphore in your mailer... for binkd:
* flag /sbbs/data/tickit.now *.tic *.TIC
*/
load("sbbsdefs.js");
load("tickit_objs.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment