mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Add help files for proxy module
This commit is contained in:
parent
bbf404b611
commit
7beffbdcc5
2 changed files with 16 additions and 0 deletions
|
|
@ -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