• exec/viewimsgs.jsexec/privatemsg.js str_cmds.js

    From Rob Swindell to Git commit to main/sbbs/master on Friday, February 25, 2022 22:33:08
    https://gitlab.synchro.net/main/sbbs/-/commit/f18132b35dd38f61935c81af
    Added Files:
    exec/viewimsgs.js
    Modified Files:
    exec/privatemsg.js str_cmds.js
    Log Message:
    Move "MSGS" string command logic to its own file

    This makes the view instant message logic more easily accessible from other places (e.g. menus or whatever).

    Add (V)iew command the private message (^P) prompt while we're at it.
    Users don't normally discover ;string commands on their own.