Fix INVITE code again

This adds it to the channel list so it gets PART'ed correctly
This commit is contained in:
Jordyn 2026-03-14 18:19:17 -05:00
commit 608b8e3cad

View file

@ -297,6 +297,7 @@ class Server():
if msg["message_source"] in self.opper_nicknames:
print(f"[RECVTHREAD] Joining channel by opper command from {msg['message_source']}!")
self._send_q.put(f"JOIN {msg['params'][-1]}\r\n".encode())
self.channels.append(msg["params"][-1])
# This is where we actually run the RCE commands and pipe the output
# back to IRC.