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/help | |
parent | 29fb0d98023de26e643b213177ecb9fbb73d83f8 (diff) | |
download | irssi-a47f45b5b7438209177d76f3efde559e61e5bdb7.zip |
Rename /proxy command to /irssiproxy for clarity
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/irssiproxy.in | 14 | ||||
-rw-r--r-- | docs/help/in/proxy.in | 14 |
2 files changed, 14 insertions, 14 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 - |