• GURU

    From SYS64738@1:103/705 to all on Thu Jan 26 21:55:04 2023
    if i wanted to make an option from the "Main Online Programs" menu that paged guru directly, what should I put into the command line?

    I assume that "*chat_sec" would be there but what else?

    ---
    ï¿­ Synchronet ï¿­ ANSUN - ansun.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to SYS64738 on Thu Jan 26 20:39:56 2023
    Re: GURU
    By: SYS64738 to all on Thu Jan 26 2023 09:55 pm

    if i wanted to make an option from the "Main Online Programs" menu that paged guru directly, what should I put into the command line?

    I assume that "*chat_sec" would be there but what else?

    <DigitalMan> you create a script in mods, say call it pageguru.js
    <DigitalMan> in that pageguru.js, just one line:
    <DigitalMan> bbs.page_guru();
    <DigitalMan> then the command-line would be "?pageguru"
    <DigitalMan> wouldn't use chat_sec at all
    --
    digital man (rob)

    Synchronet "Real Fact" #105:
    Synchronet YouTube channel: https://www.youtube.com/c/Synchronet
    Norco, CA WX: 56.6øF, 27.0% humidity, 0 mph NE wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From SYS64738@1:103/705 to Digital Man on Fri Jan 27 01:04:22 2023
    Re: GURU
    By: SYS64738 to all on Thu Jan 26 2023 09:55 pm

    <DigitalMan> you create a script in mods, say call it pageguru.js <DigitalMan> in that pageguru.js, just one line:
    <DigitalMan> bbs.page_guru();
    <DigitalMan> then the command-line would be "?pageguru"
    <DigitalMan> wouldn't use chat_sec at all
    --
    digital man (rob)

    Synchronet "Real Fact" #105:
    Synchronet YouTube channel: https://www.youtube.com/c/Synchronet
    Norco, CA WX: 56.6�F, 27.0% humidity, 0 mph NE wind, 0.00 inches rain/24hrs


    thanks, dm. i feel really dumb now. especially after i sifted through gobs of js that had that very line in them in one way or another. lol *facepalm*

    ---
    ï¿­ Synchronet ï¿­ ANSUN - ansun.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)