Allow modifying banners

This commit is contained in:
Andris Reinman 2017-07-27 11:50:15 +03:00
parent 0d34b0f3ec
commit a7079778a8

View file

@ -2,7 +2,7 @@
const config = require('wild-config'); const config = require('wild-config');
const quotes = (config.imap.quotes = [ const quotes = config.imap.quotes || [
'All dreams are but another reality. Never forget...', 'All dreams are but another reality. Never forget...',
'Oh boy, oh boy, oh boy...', 'Oh boy, oh boy, oh boy...',
'Cut the dramatics, would yeh, and follow me!', 'Cut the dramatics, would yeh, and follow me!',
@ -11,7 +11,7 @@ const quotes = (config.imap.quotes = [
'Piccobello!', 'Piccobello!',
'No more Mr. Nice Duck!', 'No more Mr. Nice Duck!',
'Not bad for a duck from outer space.' 'Not bad for a duck from outer space.'
]); ];
module.exports = { module.exports = {
handler(command) { handler(command) {