diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-20 10:07:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-20 12:04:40 +0200 |
commit | bf964de9399733f99e2183abd04a1612d99429cb (patch) | |
tree | a176ed076c91a9aac74bd4830152a7761127a281 /doc/en | |
parent | 2a60a25443d4688e8096aaf95dc8f76c7655f0f4 (diff) | |
download | weechat-bf964de9399733f99e2183abd04a1612d99429cb.zip |
tests: add tests on IRC function irc_channel_is_channel
Diffstat (limited to 'doc/en')
-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 f691688dc..10ed469b9 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -411,6 +411,7 @@ WeeChat "core" is located in following directories: | test-gui-nick.cpp | Tests: nicks. | plugins/ | Root of unit tests for plugins. | irc/ | Root of unit tests for IRC plugin. +| test-irc-channel.cpp | Tests: IRC channels. | test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | Tests: IRC configuration. | test-irc-ignore.cpp | Tests: IRC ignores. |