Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs

This commit is contained in:
Bryan Ashby 2016-06-21 21:38:17 -06:00
commit 274db276e7
2 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ function getDefaultConfig() {
events : {
trimMessageAreas : {
// may optionally use [or ]@watch:/path/to/file
schedule : 'every 24 hours after 3:30 am',
schedule : 'every 24 hours',
// action:
// - @method:path/to/module.js:theMethodName
@ -280,7 +280,7 @@ function getDefaultConfig() {
//
// - @execute:/path/to/something/executable.sh
//
action : '@method:core/message_area.js:trimMessageAreasScheduledEvent', // see method for avail args
action : '@method:core/message_area.js:trimMessageAreasScheduledEvent',
}
}
},

View File

@ -138,7 +138,7 @@ Door.prototype.run = function() {
// we may not get a close
if('stdio' === self.exeInfo.io) {
return self.restoreIo(door);
self.restoreIo(door);
}
door.removeAllListeners();