From 2bd3d32f0d9d067b13f5bc0a797d58d8fea45bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 3 Aug 2022 21:18:17 +0200 Subject: irc: mention how to remove capability in /help cap --- po/ru.po | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'po/ru.po') diff --git a/po/ru.po b/po/ru.po index 47efc6c69..95edca38f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -6534,7 +6534,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\n" +" req: request a new capability or remove a capability (if starting with \"-" +"\", for example: \"-multi-prefix\")\n" " ack: acknowledge capabilities which require client-side acknowledgement\n" " end: end the capability negotiation\n" "\n" @@ -6549,8 +6550,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" display supported and enabled capabilities:\n" +" /cap\n" +" request capabilities multi-prefix and away-notify:\n" +" /cap req multi-prefix away-notify\n" +" request capability extended-join, remove capability multi-prefix:\n" +" /cap req extended-join -multi-prefix\n" +" remove capability away-notify:\n" +" /cap req -away-notify" msgstr "" #, fuzzy -- cgit v1.2.3