• IRC stuff

    From Sampsa@1:103/705 to All on Wed Nov 23 23:58:00 2016
    Guys,

    What's the easiest way to DISABLE the prompts when invoking the standard
    IRC client (3.16, Main Menu +C -> Chat Menu +R) and have it connect to
    a default server or channel?

    I'm happy to hack away at some JS if necessary, would just like a
    pointer as to where to start.

    Thanks,

    Sampsa


    ... MultiMail, the new multi-platform, multi-format offline reader!
    --- MultiMail/Darwin v0.49
    * Synchronet * B4BBS = London, England - b4bbs.sampsa.com (port 23/tcp)
    * Origin: Vertrauen - vert.synchro.net (1:103/705)
  • From echicken@1:103/705 to Sampsa on Wed Nov 23 17:26:16 2016
    Re: IRC stuff
    By: Sampsa to All on Wed Nov 23 2016 23:58:00

    What's the easiest way to DISABLE the prompts when invoking the standard IRC client (3.16, Main Menu +C -> Chat Menu +R) and have it connect to
    a default server or channel?

    IIRC it's all in the command line that the IRC client is invoked with, for example:

    ?irc.js -a irc.synchro.net 6667 #bbs

    I'm happy to hack away at some JS if necessary, would just like a
    pointer as to where to start.

    Looks like this is in 'exec/chat_sec.js'. Make a copy of that in your 'mods' directory, comment out lines 74 through 83, and modify the command line to suit, eg.:

    bbs.exec("?irc.js -a irc.synchro.net 6667 #bbs");

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    * Synchronet * electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - vert.synchro.net (1:103/705)