* DOOR.SYS support

* LORD now works via DOOR.SYS at least
* Abracadabra: nodeMax, tooManyArt support, etc.
* Abracadabra: Exit back to menu
* Some code cleanup
This commit is contained in:
Bryan Ashby 2015-08-03 23:11:17 -06:00
parent 144aa6b351
commit 608d4dc094
6 changed files with 246 additions and 85 deletions

View file

@ -50,7 +50,7 @@ LastCallersModule.prototype.enter = function(client) {
// we need the client to init this for theming
if(!_.isString(this.dateTimeFormat)) {
this.dateTimeFormat = this.client.currentTheme.helpers.getDateFormat('short') +
this.dateTimeFormat = this.client.currentTheme.helpers.getDateFormat('short') + ' ' +
this.client.currentTheme.helpers.getTimeFormat('short');
}
};