diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 23:55:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 23:55:01 +0200 |
commit | 49f52cc05193a69cce1d423b0980ee3ad9352613 (patch) | |
tree | 134163bda54672dee69ec1b3b6820cb01429e18e /doc/pl/weechat_faq.pl.adoc | |
parent | c0bd12bdf0df85b98e69d593d0eaf1c5b4a74d86 (diff) | |
download | weechat-49f52cc05193a69cce1d423b0980ee3ad9352613.zip |
doc/faq: split CTCP options into two blocks
Second block is for CTCP replies made by older versions (< 4.1.0).
Diffstat (limited to 'doc/pl/weechat_faq.pl.adoc')
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 5f7b9c996..bbf41d369 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -1108,14 +1108,21 @@ Wyłącz odpowiedzi na wszystkie zapytania CTCP: ---- /set irc.ctcp.clientinfo "" -/set irc.ctcp.finger "" /set irc.ctcp.source "" /set irc.ctcp.time "" -/set irc.ctcp.userinfo "" /set irc.ctcp.version "" /set irc.ctcp.ping "" ---- +// TRANSLATION MISSING +With WeeChat < 4.1.0, other CTCP queries were replied by default and must be +disabled as well: + +---- +/set irc.ctcp.finger "" +/set irc.ctcp.userinfo "" +---- + Wyładuj i wyłącz automatyczne ładowanie wtyczki "xfer" (używanej przez IRC DCC): ---- /plugin unload xfer |