diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-13 23:03:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-13 23:05:39 +0200 |
commit | 878c0a5d664b491ae14e6d9055db4e5c6a394511 (patch) | |
tree | 65ccba1b298634de69f6faaeae58adb956f6d684 /doc/en | |
parent | 8009b21803bbc07122d6946b455c6ff0556cd691 (diff) | |
download | weechat-878c0a5d664b491ae14e6d9055db4e5c6a394511.zip |
irc: allow range in commands `/unban` and `/unquiet` (closes #2113)
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 237a7f37e..ad6dd681b 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -475,6 +475,7 @@ WeeChat "core" is located in following directories: | test-irc-buffer.cpp | Tests: IRC buffers. | test-irc-channel.cpp | Tests: IRC channels. | test-irc-color.cpp | Tests: IRC colors. +| test-irc-command.cpp | Tests: IRC commands. | test-irc-config.cpp | Tests: IRC configuration. | test-irc-ctcp.cpp | Tests: IRC CTCP. | test-irc-ignore.cpp | Tests: IRC ignores. |