From 851531125e31c6225c6e2b19f946e474f046eb29 Mon Sep 17 00:00:00 2001 From: zefie Date: Tue, 17 Jun 2025 20:13:32 -0400 Subject: [PATCH] update comment --- 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 e3b9fea0..0c5c6415 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVIRC.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVIRC.js @@ -48,7 +48,7 @@ class WTVIRC { this.channelbans = new Map(); // channel -> Set of banned users this.channelexemptions = new Map(); // channel -> Set of exempted users this.inviteexceptions = new Map(); // channel -> Set of users who can bypass invite only mode - this.channelmodes = new Map(); // channel -> Array of modes (e.g. ['m', 'i', 'l10', 'k secret']) + this.channelmodes = new Map(); // channel -> Array of modes (e.g. ['m', 'i', 'l', 'k']) this.usertimestamps = new Map(); // nickname -> timestamp since last message this.usermodes = new Map(); // nickname -> Array of modes (e.g. ['w', 'i']) this.usersignontimestamps = new Map(); // nickname -> timestamp since user signed on