Lookup username and real name in various scenarios

This commit is contained in:
Bryan Ashby 2018-01-05 22:03:33 -07:00
parent f967ce1ce6
commit ab12fb5d79
5 changed files with 28 additions and 14 deletions

View file

@ -7,6 +7,6 @@
ENiGMA½ entry point
If this file does not run directly, ensure it's executable:
> chmod u+x main.js
> chmod u+x main.js
*/
require('./core/bbs.js').main();