1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Add help files for proxy module

This commit is contained in:
Hans Nielsen 2015-02-24 19:46:59 -08:00
parent bbf404b611
commit 7beffbdcc5
2 changed files with 16 additions and 0 deletions

14
docs/help/in/proxy.in Normal file
View File

@ -0,0 +1,14 @@
@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

View File

@ -25,6 +25,7 @@
#include "fe-common/core/printtext.h"
/* SYNTAX: PROXY STATUS */
static void cmd_proxy_status(const char *data, IRC_SERVER_REC *server)
{
if (!settings_get_bool("irssiproxy")) {
@ -50,6 +51,7 @@ static void cmd_proxy_status(const char *data, IRC_SERVER_REC *server)
}
}
/* SYNTAX: PROXY */
static void cmd_proxy(const char *data, IRC_SERVER_REC *server, void *item)
{
if (*data == '\0') {