From e51e5ebc613a09d36ccd06d51eb9c7e5b585a1ca Mon Sep 17 00:00:00 2001 From: zefie Date: Tue, 17 Jun 2025 19:58:52 -0400 Subject: [PATCH] stupid typo --- zefie_wtvp_minisrv/includes/classes/WTVIRC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js index 98356a48..de13f3e7 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js @@ -2073,7 +2073,7 @@ class WTVIRC { this.channelops.set(ch, new Set()); this.channelops.get(ch).add(socket.nickname); } - this.broadcastChannelJoin(channel, socket); + this.broadcastChannelJoin(ch, socket); let modes = this.channelmodes.get(ch) || []; let prefix = ''; if ((this.channelops.get(ch) || new Set()).has(socket.nickname)) {