• nodespy

    From Geri Atricks@21:3/235 to All on Fri Mar 13 16:13:41 2026
    Ok, one issue that I'm finding with nodespy is that the information shown on the WFC screen does not include echo posts in the new messages counter the way that WWIV and VBBS does. I feel this is something that needs to seriously be fixed. Would be so nice to just be able to look at that screen and instantly know if there are new messages in the echoes for me to check out.

    -FltCapt Dallas Vinson, SFI

    ... You can learn many things from children... like how much patience you have

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Legends of Yesteryear (21:3/235)
  • From fusion@21:1/616 to Geri Atricks on Fri Mar 13 19:23:33 2026
    On 13 Mar 2026, Geri Atricks said the following...

    Ok, one issue that I'm finding with nodespy is that the information
    shown on the WFC screen does not include echo posts in the new messages counter the way that WWIV and VBBS does. I feel this is something that needs to seriously be fixed. Would be so nice to just be able to look at that screen and instantly know if there are new messages in the echoes
    for me to check out.

    you could try something like this:

    mq.mps placed in c:\mystic\themes\default\scripts (or other location):

    Begin
    MenuCmd('MQ', '/LIST');
    End.

    compile it with mplc -ALL (or directly)

    run mystic.exe (or ./mystic) with parameters:

    mystic -u<username> -p<password> -Xmq

    can save that as a batch file or a script in your path and it should just list new messages out and then exit. you can decide if you wanna bother reading anything ;)

    linux might be a little friendlier about you redirecting it like

    ./mystic -ubob -psomething -Xmq | mail -s "New messages" bob@mybbs.com

    if you wanted to put that in your crontab or something

    --- Mystic BBS v1.12 A47 2021/12/25 (Windows/32)
    * Origin: cold fusion - cfbbs.net - grand rapids, mi (21:1/616)