Rename connect event to term_detected, add connected and disconnected events
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user