• System bulletin don't seem to work

    From Nicola Mettimano@2:335/601 to All on Sat Jan 28 01:17:18 2023
    Hello I am trying to use the system bulletin; I can read that create another file like bullet3.asc (or more) is enough but when I log in mystic don't warn me that there is a new bulletin to read.
    The command line on my prelogin is "bulletin bulletin bullet check"
    Ideas?
    Thanks

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: REtrogaming ACTivities (REACT) BBS (2:335/601)
  • From g00r00@1:129/215 to Nicola Mettimano on Fri Jan 27 22:09:22 2023
    Hello I am trying to use the system bulletin; I can read that create another file like bullet3.asc (or more) is enough but when I log in
    mystic don't warn me that there is a new bulletin to read.
    The command line on my prelogin is "bulletin bulletin bullet check"
    Ideas?

    It looks like I forgot to update it when I changed the last login date to use a Unix-style date. I will fix it in the next build. If you want to fix the one you have you can edit bulletin.mps and make the following change:

    Old: If DirTime > UserLastOn
    New: If DirTime > DateU2S(UserLastOn)

    You'll have to use mplc to recompile it afterwards. You can run mplc -all in your Mystic BBS directory to do that.

    ... A house is a place to keep your stuff while you go out and get more stuff

    --- Mystic BBS v1.12 A49 2023/01/27 (Windows/64)
    * Origin: Sector 7 * Mystic WHQ (1:129/215)
  • From Nicola Mettimano@2:335/601 to g00r00 on Sat Jan 28 16:21:14 2023
    Hi g00r00,
    Old: If DirTime > UserLastOn
    New: If DirTime > DateU2S(UserLastOn)

    it give me a compiling error, i googled and i found this: https://groups.google.com/g/alt.bbs.mystic/c/zRLXdS_HJyI?pli=1
    with "If DirTime > DateU2D(UserLastOn)" all work fine.
    Thanks.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: REtrogaming ACTivities (REACT) BBS (2:335/601)
  • From g00r00@1:129/215 to Nicola Mettimano on Sat Jan 28 11:39:16 2023
    with "If DirTime > DateU2D(UserLastOn)" all work fine.

    Yes I made a typo, sorry about that! :)

    ... The dog ate my .REP packet

    --- Mystic BBS v1.12 A49 2023/01/28 (Windows/64)
    * Origin: Sector 7 * Mystic WHQ (1:129/215)