summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-24 21:44:34 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-24 21:44:34 +0200
commite00ec6710d2669032f115c4be0619a65033881b9 (patch)
tree8be6ec391dd38e4d8cc122c16504f0630d561251 /src
parent28bb33aa5a80d93afbc291a05ee8b033456e1ced (diff)
downloadweechat-e00ec6710d2669032f115c4be0619a65033881b9.zip
irc: add message 742 (mode cannot be set)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/irc/irc-protocol.c1
1 files changed, 1 insertions, 0 deletions
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) */