mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-05 04:07:23 +02:00
Rename connect event to term_detected, add connected and disconnected events
This commit is contained in:
parent
5572ca5d24
commit
c45824b3ad
3 changed files with 17 additions and 12 deletions
|
@ -32,7 +32,7 @@ var self = module.exports = {
|
|||
}
|
||||
if (fs.existsSync(modPath)) {
|
||||
var module = require(modPath);
|
||||
|
||||
|
||||
if (module.registerEvents !== undefined) {
|
||||
logger.log.debug(modPath+" calling registerEvents function");
|
||||
module.registerEvents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue