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:
parent
bbf404b611
commit
7beffbdcc5
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"
|
#include "fe-common/core/printtext.h"
|
||||||
|
|
||||||
|
/* SYNTAX: PROXY STATUS */
|
||||||
static void cmd_proxy_status(const char *data, IRC_SERVER_REC *server)
|
static void cmd_proxy_status(const char *data, IRC_SERVER_REC *server)
|
||||||
{
|
{
|
||||||
if (!settings_get_bool("irssiproxy")) {
|
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)
|
static void cmd_proxy(const char *data, IRC_SERVER_REC *server, void *item)
|
||||||
{
|
{
|
||||||
if (*data == '\0') {
|
if (*data == '\0') {
|
||||||
|
Loading…
Reference in New Issue
Block a user