From e4f0678d873b95e46c742f5c47dfbcc192649fac Mon Sep 17 00:00:00 2001 From: mcmlxxix <> Date: Wed, 3 Feb 2010 04:12:12 +0000 Subject: [PATCH] corrected documentation --- exec/commservice.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/exec/commservice.js b/exec/commservice.js index 22ce45f8d3..4ee6bc8e6d 100644 --- a/exec/commservice.js +++ b/exec/commservice.js @@ -11,13 +11,12 @@ Add to "/sbbs/exec/load/" directory: commclient.js - chat.js + chateng.js funclib.js - commsync.js + filesync.js Add to "/sbbs/ctrl" directory: - commservice.ini - commsync.ini + filesync.ini Add to "/sbbs/ctrl/services.ini" file: @@ -25,14 +24,14 @@ Port=10088 MaxClients=20 Options=STATIC - Command=commservice.js MDJ.ATH.CX 10088 + Command=commservice.js thebrokenbubble.com 10088 */ //Data type constants const normal= "#"; const global= "!"; -const priv= "~"; +const priv= "~"; const query= "?"; //Connection type constants -- GitLab