forked from Hri7566/mpp-server-dev2
alternative message allowance
This commit is contained in:
parent
7d064a22ce
commit
abebbfbc33
|
@ -87,7 +87,8 @@ class Server extends EventEmitter {
|
||||||
"subscribe to admin stream",
|
"subscribe to admin stream",
|
||||||
"unsubscribe from admin stream",
|
"unsubscribe from admin stream",
|
||||||
"data",
|
"data",
|
||||||
"channel message"
|
"channel message",
|
||||||
|
"channel_flag"
|
||||||
];
|
];
|
||||||
|
|
||||||
this.welcome_motd = config.motd || "You agree to read this message.";
|
this.welcome_motd = config.motd || "You agree to read this message.";
|
||||||
|
|
Loading…
Reference in New Issue