mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-06 05:04:47 +08:00
Allow modifying banners
This commit is contained in:
parent
0d34b0f3ec
commit
a7079778a8
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue