mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
* 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:
parent
144aa6b351
commit
608d4dc094
6 changed files with 246 additions and 85 deletions
|
@ -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');
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue