diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:28:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:58:30 +0200 |
commit | f46f75997518a2bf1f37718a8255e2be2be1e961 (patch) | |
tree | f3a32bb015e0820b2071e205a4d1900ee0805c86 /doc/ja/weechat_dev.ja.adoc | |
parent | 5d222c8d5c419bf3e0e62a15809cabe95793b691 (diff) | |
download | weechat-f46f75997518a2bf1f37718a8255e2be2be1e961.zip |
irc: evaluate options irc.ctcp.* (issue #1974)
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 37c58cad2..c6fcb515e 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -479,6 +479,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | テスト: IRC 設定 // TRANSLATION MISSING +| test-irc-ctcp.cpp | Tests: IRC CTCP. +// TRANSLATION MISSING | test-irc-ignore.cpp | Tests: IRC ignores. // TRANSLATION MISSING | test-irc-join.cpp | Tests: IRC join functions. |