alternative message allowance

This commit is contained in:
Hri7566 2022-06-18 00:44:22 -04:00
parent 7d064a22ce
commit abebbfbc33
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.";