From 2ddfa0e32c06747a8ab7e2f1ceee7804fc8510cf Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 10 Jan 2016 07:28:16 +0000 Subject: [PATCH] Add a "how to set up" comment at the start... this info will go on the Wiki as well. --- exec/tickit.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/exec/tickit.js b/exec/tickit.js index 6239a04eeb..5becc24c4d 100644 --- a/exec/tickit.js +++ b/exec/tickit.js @@ -1,3 +1,27 @@ +/* + * 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"); -- GitLab