-
- Downloads
3 new configurable system loadable modules:
- nodelist (default: "nodelist") - who's online (default: "nodelist -active") - private message (default: "privatemsg") This allows the nodelist and private message modules to be "installed" without over-riding global hot key events (SCFG->External Programs->Global Hot Key Events), allows the Baja functions NODELIST_ALL, NODELIST_USERS, and PRIVATE_MESSAGE and JS bbs.list_nodes(), bbs.whos_online(), and bbs.private_message() methods to use external modules (JS or Baja) automatically. The old C++ logic remains for these features if the module's are cleared (set to a blank string) in SCFG, but at some point, that code will likely be removed.
Showing
- src/sbbs3/chat.cpp 6 additions, 1 deletionsrc/sbbs3/chat.cpp
- src/sbbs3/getnode.cpp 9 additions, 0 deletionssrc/sbbs3/getnode.cpp
- src/sbbs3/scfgdefs.h 3 additions, 0 deletionssrc/sbbs3/scfgdefs.h
- src/sbbs3/scfglib1.c 10 additions, 1 deletionsrc/sbbs3/scfglib1.c
- src/sbbs3/scfgsave.c 4 additions, 1 deletionsrc/sbbs3/scfgsave.c
Loading
Please register or sign in to comment