alternative message allowance

This commit is contained in:
Hri7566 2022-06-18 00:44:22 -04:00
parent 77b5752c21
commit 1bc0e443f1
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ class Server extends EventEmitter {
"subscribe to admin stream",
"unsubscribe from admin stream",
"data",
"channel message"
"channel message",
"channel_flag"
];
this.welcome_motd = config.motd || "You agree to read this message.";