• ircd_user.js line 242

    From V1p3r@VERT/TWCC to All on Fri Jun 28 09:25:36 2013
    I have been running version 3.15b without many issues, except an ssh connectionãwill fail randomly that I haven't figured out. So I duplicated my filetree andãset up a dev environment, then downloaded the latest sbbs_dev.zip fromãsynchro.net. After applying the files to my dev file tree I shutdown the bbs,ãlaunched it from the dev folder and got this error from the irc service.ãIRC !JavaScript c:\sbbs\exec\ircd_user.js line 242: SyntaxError: missing ;ãbefore statementãI checked and none of the irc files were part of the update, they have notãchanged. This is the blurb from line 242 of that javascript - ã this.nuh getter = function() {ã return(this.nick + "!" + this.uprefix + "@" + this.hostname);ã };ãLine 241 contains a comment and Line 240 is terminated with a ";"ãA brief search on google didn't turn anything up. Does anyone know how toãaddress this?ãã---ã þ Synchronet þ The Wholly Chao Cabal - Touching Goddess Where She Pees since 1995ã
  • From echicken@VERT/ECBBS to V1p3r on Wed Jul 3 12:16:41 2013
    Re: ircd_user.js line 242ã By: V1p3r to All on Fri Jun 28 2013 09:25:36ãã V1> error from the irc service. IRC !JavaScript c:\sbbs\exec\ircd_user.jsã V1> line 242: SyntaxError: missing ; before statementããIn your sbbs/exec/ directory, run:ããjsexec update.jsããIt will remove any files from exec that have been relocated to exec/load/.ããechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230ãã---ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From V1p3r@VERT/TWCC to echicken on Thu Jul 4 09:15:32 2013
    Re: ircd_user.js line 242ã By: echicken to V1p3r on Wed Jul 03 2013 12:16 pmãã > jsexec update.jsã > ã > It will remove any files from exec that have been relocated to exec/load/.ãThanks I'll give that a try.ãã---ã þ Synchronet þ The Wholly Chao Cabal - Touching Goddess Where She Pees since 1995ã