• exec/ircbot.js

    From mcmlxxix@VERT to CVS commit on Thursday, January 09, 2014 17:00:07
    exec ircbot.js 1.29 1.30
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25950

    Modified Files:
    ircbot.js
    Log Message:
    use log() instead of printf() when talkin' some shit about readin' user profiles
    (so the bot can run as a service)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, November 23, 2014 13:05:06
    exec ircbot.js 1.30 1.31
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19056

    Modified Files:
    ircbot.js
    Log Message:
    Move the cmd[0] assignment in a DCC chat into the try/catch in case the split fails.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Monday, December 22, 2014 17:08:33
    exec ircbot.js 1.31 1.32
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23062

    Modified Files:
    ircbot.js
    Log Message:
    Fox a couple typos and move some bits inside of try/catch blocks.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Wednesday, May 15, 2019 07:46:03
    exec ircbot.js 1.34 1.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv8938

    Modified Files:
    ircbot.js
    Log Message:
    added max_paragraph_length and max_paragraphs settings. split client output at max_paragraph_length and allow sending in chunks x max_paragraphs.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Thursday, July 18, 2019 10:29:46
    exec ircbot.js 1.35 1.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv25679

    Modified Files:
    ircbot.js
    Log Message:
    Supply default values in iniGetValue calls in init().
    The max_paragraph* settings introduced by mcmlxxix in 1.34 would break
    the bot for anyone who updated without adding these keys to ircbot.ini. (max_paragraph_length was NaN, breaking String.slice in Server_writeout
    of ircbot_functions.js.)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mcmlxxix@VERT to CVS commit on Tuesday, June 02, 2020 08:15:43
    exec ircbot.js 1.36 1.37
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12259

    Modified Files:
    ircbot.js
    Log Message:
    remove "load" parameter/property from Bot_Module class to avoid overriding load function in module scope. (pass load list to lib parameter instead)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Monday, June 29, 2020 11:36:04
    exec ircbot.js 1.37 1.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31118

    Modified Files:
    ircbot.js
    Log Message:
    Instead of loading undefined*.js a whole bunch of times, make 'dir'
    a thing and load stuff from there instead.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net