diff options
author | dequis <dx@dxzone.com.ar> | 2015-06-14 11:57:11 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-06-14 11:57:11 -0300 |
commit | a47f45b5b7438209177d76f3efde559e61e5bdb7 (patch) | |
tree | 8b84024a6eb7629a8b99206e35d6f45b79cf4c13 /docs | |
parent | 29fb0d98023de26e643b213177ecb9fbb73d83f8 (diff) | |
download | irssi-a47f45b5b7438209177d76f3efde559e61e5bdb7.zip |
Rename /proxy command to /irssiproxy for clarity
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/irssiproxy.in | 14 | ||||
-rw-r--r-- | docs/help/in/proxy.in | 14 | ||||
-rw-r--r-- | docs/proxy.txt | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/docs/help/in/irssiproxy.in b/docs/help/in/irssiproxy.in new file mode 100644 index 00000000..79d75b91 --- /dev/null +++ b/docs/help/in/irssiproxy.in @@ -0,0 +1,14 @@ + +@SYNTAX:irssiproxy@ + +%9Description:%9 + + Displays the list of clients connected to irssiproxy. + +%9Examples:%9 + + /IRSSIPROXY + /IRSSIPROXY STATUS + +%9See also:%9 LOAD PROXY, SET irssiproxy + diff --git a/docs/help/in/proxy.in b/docs/help/in/proxy.in deleted file mode 100644 index 2dc61f43..00000000 --- a/docs/help/in/proxy.in +++ /dev/null @@ -1,14 +0,0 @@ - -@SYNTAX:proxy@ - -%9Description:%9 - - Displays the list of clients connected to the proxy. - -%9Examples:%9 - - /PROXY - /PROXY STATUS - -%9See also:%9 LOAD PROXY, SET irssiproxy - diff --git a/docs/proxy.txt b/docs/proxy.txt index 759ef1dc..e6360a82 100644 --- a/docs/proxy.txt +++ b/docs/proxy.txt @@ -45,4 +45,4 @@ Once everything is set up, you can enable / disable the proxy: When the proxy is configured and running, the following command will show all the currently connected clients: - /PROXY status + /IRSSIPROXY status |