diff options
author | Hans Nielsen <hans@stackallocated.com> | 2015-02-24 19:46:59 -0800 |
---|---|---|
committer | Hans Nielsen <hans@stackallocated.com> | 2015-02-24 19:53:23 -0800 |
commit | 7beffbdcc5d9ca7433f6617a652ed0b2feca3677 (patch) | |
tree | 600d361db7598d1195a1f17e1c4b507c5f65cb90 /src/irc | |
parent | bbf404b6112aac5cde9732d893e440d9bf363565 (diff) | |
download | irssi-7beffbdcc5d9ca7433f6617a652ed0b2feca3677.zip |
Add help files for proxy module
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/proxy/proxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/proxy/proxy.c b/src/irc/proxy/proxy.c index 1cc8aebe..65c778d1 100644 --- a/src/irc/proxy/proxy.c +++ b/src/irc/proxy/proxy.c @@ -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') { |