forked from adphi/occweb
fix greetings not updating date on exit
This commit is contained in:
parent
a1efcf2096
commit
1745aa185a
@ -32,7 +32,9 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
greetings: '[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress [[;#ff5e99;]Enter] for more information on [[;#009ae3;]occ] commands.\n",
|
greetings: function (callback) {
|
||||||
|
callback('[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress [[;#ff5e99;]Enter] for more information on [[;#009ae3;]occ] commands.\n")
|
||||||
|
},
|
||||||
name: 'occ',
|
name: 'occ',
|
||||||
prompt: 'occ $ ',
|
prompt: 'occ $ ',
|
||||||
completion: response,
|
completion: response,
|
||||||
|
Loading…
Reference in New Issue
Block a user