Add help files for proxy module
This commit is contained in:
parent
bbf404b611
commit
7beffbdcc5
2 changed files with 16 additions and 0 deletions
14
docs/help/in/proxy.in
Normal file
14
docs/help/in/proxy.in
Normal 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
|
||||
|
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue