• Doors

    From niter3@21:1/199 to All on Wed Oct 2 06:59:06 2024
    Playing around with Enigma, and I'm working launching a local door I created under Python.

    The door requires the following paramaters.

    -/home/bbs/doors/paging %NODE% FUNCTION_NAME

    How can I pass this information like the above. Node number first then my functio name?

    Thanks

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Clutch BBS * telnet://clutchbbs.com (21:1/199)
  • From beardy@21:3/158 to niter3 on Fri Oct 4 14:29:34 2024

    On 2024-10-02 00:59 niter3 said...
    The door requires the following paramaters.

    -/home/bbs/doors/paging %NODE% FUNCTION_NAME

    How can I pass this information like the above. Node number first then my functio name?

    Something like this:

    doorPagingDoor: {
    desc: Paging Door
    module: abracadabra
    config: {
    name: Paging Door
    dropFileType: none
    cmd: /home/bbs/doors/paging
    args: [
    "{node}",
    "FUNCTION_NAME"
    ],
    //nodeMax: 1
    //tooManyArt: DOORMANY
    //io: socket
    io: stdio
    }
    }



    --
    Best regards
    //beardy
    [IRC] beardy [WEB] beardy.se [GPH] gopher://bbs.beardy.se:8070/1
    [FSX] 21:3/158 [TQW] 1337:1/115
    [BBS] bbs.beardy.se (ssh/wss/telnet) https://beardy.se/bodax-bbs
    --- ENiGMA 1/2 v0.0.14-beta (linux; x64; 21.6.1)
    * Origin: BodaX BBS ~ bbs.beardy.se:23 / SSH port 22 (21:3/158)
  • From niter3@21:1/199 to beardy on Fri Oct 4 09:59:26 2024
    Something like this:

    doorPagingDoor: {
    desc: Paging Door
    module: abracadabra
    config: {
    name: Paging Door
    dropFileType: none
    cmd: /home/bbs/doors/paging
    args: [
    "{node}",
    "FUNCTION_NAME"
    ],
    //nodeMax: 1
    //tooManyArt: DOORMANY
    //io: socket
    io: stdio
    }
    }

    Thanks, I'll give it a try.

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Clutch BBS * telnet://clutchbbs.com (21:1/199)
  • From niter3@21:1/199 to beardy on Sat Oct 5 20:23:42 2024
    Thanks, I'll give it a try.

    How did it go?

    Haven't had a moment yet.

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Clutch BBS * telnet://clutchbbs.com (21:1/199)
  • From beardy@21:3/158 to niter3 on Sun Oct 6 00:28:29 2024

    On 2024-10-04 03:59 niter3 said...
    Thanks, I'll give it a try.

    How did it go?

    --
    Best regards
    //beardy
    [IRC] beardy [WEB] beardy.se [GPH] gopher://bbs.beardy.se:8070/1
    [FSX] 21:3/158 [TQW] 1337:1/115
    [BBS] bbs.beardy.se (ssh/wss/telnet) https://beardy.se/bodax-bbs
    --- ENiGMA 1/2 v0.0.14-beta (linux; x64; 21.6.1)
    * Origin: BodaX BBS ~ bbs.beardy.se:23 / SSH port 22 (21:3/158)