diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-01 22:08:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-01 22:08:14 +0200 |
commit | 6dfcb5f56311d7a3b11b827684c4bf9eb4fb0efa (patch) | |
tree | 8c6a27fd60567da81c528ae9beb51fe7ec1fcc97 /doc/en | |
parent | 8cb590559f2f6fa016e47952d9c9f9fb4d663005 (diff) | |
download | weechat-6dfcb5f56311d7a3b11b827684c4bf9eb4fb0efa.zip |
doc: add number for note on git version in list of CTCP replies (user's guide)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 9b7e681fe..f2a0aefc0 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -2046,23 +2046,23 @@ when replying to CTCP: [width="100%",cols="^2l,4,8l",options="header"] |======================================== -| Code | Description | Value/example -| $clientinfo | list of supported CTCP | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION -| $version | WeeChat version | 0.4.0-dev -| $versiongit | WeeChat version + git version | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) -| $git | git version | v0.3.9-104-g7eb5cc4 -| $compilation | WeeChat compilation date | Dec 16 2012 -| $osinfo | info about OS | Linux 2.6.32-5-amd64 / x86_64 -| $site | WeeChat site | http://www.weechat.org/ -| $download | WeeChat site, download page | http://www.weechat.org/download -| $time | current date/time | Sun, 16 Dec 2012 10:40:48 +0100 -| $username | user name on IRC server | name -| $realname | real name on IRC server | John Doe +| Code | Description | Value/example +| $clientinfo | list of supported CTCP | ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION +| $version | WeeChat version | 0.4.0-dev +| $versiongit | WeeChat version + git version ^(1)^ | 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) +| $git | git version ^(1)^ | v0.3.9-104-g7eb5cc4 +| $compilation | WeeChat compilation date | Dec 16 2012 +| $osinfo | info about OS | Linux 2.6.32-5-amd64 / x86_64 +| $site | WeeChat site | http://www.weechat.org/ +| $download | WeeChat site, download page | http://www.weechat.org/download +| $time | current date/time | Sun, 16 Dec 2012 10:40:48 +0100 +| $username | user name on IRC server | name +| $realname | real name on IRC server | John Doe |======================================== [NOTE] -The git version is the output of command `git describe`. It is known only if -WeeChat has been compiled inside the git repository and if git was installed. +^(1)^ The git version is the output of command `git describe`. It is known only +if WeeChat has been compiled inside the git repository and if git was installed. If CTCP options are not defined (by default), CTCP replies are: |