• System bulletin don't seem to work

    From Nicola Mettimano@2:335/601 to All on Fri Jan 27 23: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


    --- MBSE BBS v1.0.8 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (2:335/601@fidonet)
  • From g00r00@1:129/215 to Nicola Mettimano on Fri Jan 27 20: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


    --- MBSE BBS v1.0.8 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:129/215@fidonet)
  • From Nicola Mettimano@2:335/601 to g00r00 on Sat Jan 28 14:21:15 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.


    --- MBSE BBS v1.0.8 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (2:335/601@fidonet)
  • From g00r00@1:129/215 to Nicola Mettimano on Sat Jan 28 09: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


    --- MBSE BBS v1.0.8 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:129/215@fidonet)