diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-08-05 20:05:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-08-05 20:05:36 +0200 |
commit | 0cc5df664955cafab8334d7abc3dfd6dc8bc77cd (patch) | |
tree | ae805a153fa5a19cfa911f1a599fcf54df12925c /doc/en/weechat_dev.en.adoc | |
parent | 36c55f6973b233c17c6e5baaf46be2e0fb334bb6 (diff) | |
download | weechat-0cc5df664955cafab8334d7abc3dfd6dc8bc77cd.zip |
irc: send all channels in a single JOIN command when reconnecting to the server (closes #1551)
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 10ed469b9..94a0b38ef 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -419,6 +419,7 @@ WeeChat "core" is located in following directories: | test-irc-mode.cpp | Tests: IRC modes. | test-irc-nick.cpp | Tests: IRC nicks. | test-irc-protocol.cpp | Tests: IRC protocol. +| test-irc-server.cpp | Tests: IRC server. | relay/ | Root of unit tests for Relay plugin. | test-relay-auth.cpp | Tests: clients authentication. |