summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-07-08 20:06:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-07-08 21:40:21 +0200
commit107f83c9230e1bf3e0b2a362f50e00a13932acf9 (patch)
tree91af9d1ffedb8a4cf11afe1cce484ca40f84561b /doc/it
parent38f3b408940ca57f37880450c1044023242324c0 (diff)
downloadweechat-107f83c9230e1bf3e0b2a362f50e00a13932acf9.zip
irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply (issue #1974)
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.adoc26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index a2c5925e6..0411daa3e 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -4346,14 +4346,14 @@ automaticamente da WeeChat quando si risponde alle CTCP
|===
| Codice | Descrizione | Valore/esempio
| $clientinfo | Elenco di CTCP supportate | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+`
-| $version | Versione di WeeChat | `+0.4.0-dev+`
-| $versiongit | Versione di WeeChat + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+`
-| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+`
-| $compilation | Data di compilazione di WeeChat | `+Dec 16 2012+`
-| $osinfo | Informazioni sull'OS | `+Linux 2.6.32-5-amd64 / x86_64+`
+| $version | Versione di WeeChat | `+4.1.0-dev+`
+| $versiongit | Versione di WeeChat + Git version ^(1)^ | `+4.1.0-dev (git: v4.0.0-51-g8f98b922a)+`
+| $git | Git version ^(1)^ | `+v4.0.0-51-g8f98b922a+`
+| $compilation | Data di compilazione di WeeChat | `+Jul 8 2023 20:14:23+`
+| $osinfo | Informazioni sull'OS | `+Linux 5.10.0-23-amd64 / x86_64+`
| $site | Sito di WeeChat | `+https://weechat.org/+`
| $download | Sito di WeeChat, pagina di download | `+https://weechat.org/download/+`
-| $time | Data/ora correnti | `+Sun, 16 Dec 2012 10:40:48 +0100+`
+| $time | Data/ora correnti | `+Sat, 08 Jul 2023 21:11:19 +0200+`
| $username | Nome utente sul server IRC | `+name+`
| $realname | Nome reale sul server IRC | `+John Doe+`
|===
@@ -4369,13 +4369,13 @@ le risposte CTCP sono:
// TRANSLATION MISSING ($username (name))
[width="100%",cols="2,4,8",options="header"]
|===
-| CTCP | Formato risposta | Esempio
-| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+`
-| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+`
-| SOURCE | `+$download+` | `+https://weechat.org/download/+`
-| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+`
-| USERINFO | `+$username ($realname)+` | `+name (John Doe)+`
-| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+`
+| CTCP | Formato risposta | Esempio
+| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+`
+| FINGER | `+WeeChat $version+` | `+WeeChat 4.1.0-dev+`
+| SOURCE | `+$download+` | `+https://weechat.org/download/+`
+| TIME | `+$time+` | `+Sat, 08 Jul 2023 21:11:19 +0200+`
+| USERINFO | `+$username ($realname)+` | `+name (John Doe)+`
+| VERSION | `+WeeChat $version+` | `+WeeChat 4.1.0-dev+`
|===
[[irc_target_buffer]]