From 1bc0e443f1326ce786a6fd9dca73876a39457184 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 18 Jun 2022 00:44:22 -0400 Subject: [PATCH] alternative message allowance --- src/Server.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Server.js b/src/Server.js index dbc00fa..8d44c46 100644 --- a/src/Server.js +++ b/src/Server.js @@ -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.";