diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-18 19:19:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-18 19:19:03 +0200 |
commit | 995eb1f00455c7dc18b4db5f6b5f7b484be65ead (patch) | |
tree | cf3a8ce682b3f1bd35071475c7f678eb1003f733 /doc/pl/autogen | |
parent | eb95512f7c4e5100a2b786cb1d9c3e8558a6df9c (diff) | |
download | weechat-995eb1f00455c7dc18b4db5f6b5f7b484be65ead.zip |
irc: add "cap-notify" in list of supported capabilities (/help cap)
Diffstat (limited to 'doc/pl/autogen')
-rw-r--r-- | doc/pl/autogen/user/irc_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/irc_commands.asciidoc b/doc/pl/autogen/user/irc_commands.asciidoc index e4ce39034..49f27833c 100644 --- a/doc/pl/autogen/user/irc_commands.asciidoc +++ b/doc/pl/autogen/user/irc_commands.asciidoc @@ -103,7 +103,7 @@ clear: clear the capabilities currently enabled Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, extended-join, multi-prefix, server-time, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). |