1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

irc: do not display a message parsing error when a channel buffer can not be created

This commit is contained in:
Sébastien Helleu
2021-11-06 18:19:12 +01:00
parent 2f177dd188
commit 1b8ad40b81
+1 -1
View File
@@ -1489,7 +1489,7 @@ IRC_PROTOCOL_CALLBACK(join)
_("%s%s: cannot create new channel \"%s\""),
weechat_prefix ("error"), IRC_PLUGIN_NAME,
params[0]);
return WEECHAT_RC_ERROR;
return WEECHAT_RC_OK;
}
}