From: Christian Heller Date: Tue, 2 Sep 2025 10:19:58 +0000 (+0200) Subject: Handle joining "secret" channels. X-Git-Url: https://plomlompom.com/repos/day?a=commitdiff_plain;h=d07516b9976ac89a7149d1547550d1c07e1ef2bd;p=ircplom Handle joining "secret" channels. --- diff --git a/ircplom/msg_parse_expectations.py b/ircplom/msg_parse_expectations.py index dd75c9c..55fb414 100644 --- a/ircplom/msg_parse_expectations.py +++ b/ircplom/msg_parse_expectations.py @@ -253,6 +253,12 @@ MSG_EXPECTATIONS += [ # joining/leaving MSG_EXPECTATIONS += [ + _MsgParseExpectation(MsgTok.SERVER, + '353', # RPL_NAMREPLY + ((MsgTok.NICKNAME, 'set_me_attr:nick'), + '@', + (MsgTok.CHANNEL, ':channel'), + (MsgTok.LIST, ':names'))), _MsgParseExpectation(MsgTok.SERVER, '353', # RPL_NAMREPLY ((MsgTok.NICKNAME, 'set_me_attr:nick'),