fix: missing channel mode C from supported list

This commit is contained in:
zefie
2025-06-19 16:35:18 -04:00
parent 9c04869d38
commit 1f866c6e64

View File

@@ -109,7 +109,7 @@ class WTVIRC {
this.globalpeak = 0;
this.socketpeak = 0;
this.totalConnections = 0;
this.supported_channel_modes = "Ibe,k,l,NOQRSTVZcimnprt";
this.supported_channel_modes = "Ibe,k,l,CNOQRSTVZcimnprt";
this.supported_user_modes = "BRZciorswxz";
this.supported_prefixes = ["ohv", "@%+"];
this.supported_client_caps = ['chghost', 'away-notify', 'echo-message', 'invite-notify', 'multi-prefix', 'userhost-in-names', 'account-notify', 'extended-join'];