From e00ec6710d2669032f115c4be0619a65033881b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 24 Apr 2023 21:44:34 +0200 Subject: irc: add message 742 (mode cannot be set) --- src/plugins/irc/irc-protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 8439cc674..56ccbacd5 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -7608,6 +7608,7 @@ irc_protocol_recv_command (struct t_irc_server *server, IRCB(732, 1, 0, 732), /* list of monitored nicks */ IRCB(733, 1, 0, 733), /* end of monitor list */ IRCB(734, 1, 0, 734), /* monitor list is full */ + IRCB(742, 1, 0, generic_error), /* mode cannot be set */ IRCB(900, 1, 0, 900), /* logged in as (SASL) */ IRCB(901, 1, 0, 901), /* you are now logged out */ IRCB(902, 1, 0, sasl_end_fail), /* SASL auth failed (acc. locked) */ -- cgit v1.2.3