diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-24 21:44:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-24 21:44:34 +0200 |
commit | e00ec6710d2669032f115c4be0619a65033881b9 (patch) | |
tree | 8be6ec391dd38e4d8cc122c16504f0630d561251 /src | |
parent | 28bb33aa5a80d93afbc291a05ee8b033456e1ced (diff) | |
download | weechat-e00ec6710d2669032f115c4be0619a65033881b9.zip |
irc: add message 742 (mode cannot be set)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 1 |
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) */ |