• exec/ircbot.js

    From mcmlxxix@VERT to CVS commit on Thu Jan 9 17:00:07 2014
    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 Sun Nov 23 13:05:06 2014
    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 Mon Dec 22 17:08:33 2014
    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 Wed May 15 07:46:03 2019
    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 Thu Jul 18 10:29:46 2019
    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 Tue Jun 2 08:15:43 2020
    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 Mon Jun 29 11:36:04 2020
    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