stupid typo

This commit is contained in:
zefie
2025-06-17 19:58:52 -04:00
parent 0d407a5f1b
commit e51e5ebc61

View File

@@ -2073,7 +2073,7 @@ class WTVIRC {
this.channelops.set(ch, new Set()); this.channelops.set(ch, new Set());
this.channelops.get(ch).add(socket.nickname); this.channelops.get(ch).add(socket.nickname);
} }
this.broadcastChannelJoin(channel, socket); this.broadcastChannelJoin(ch, socket);
let modes = this.channelmodes.get(ch) || []; let modes = this.channelmodes.get(ch) || [];
let prefix = ''; let prefix = '';
if ((this.channelops.get(ch) || new Set()).has(socket.nickname)) { if ((this.channelops.get(ch) || new Set()).has(socket.nickname)) {