diff options
author | David Leadbeater <dgl@dgl.cx> | 2014-06-16 14:47:38 +0000 |
---|---|---|
committer | David Leadbeater <dgl@dgl.cx> | 2014-06-16 14:47:38 +0000 |
commit | e3c688d0612e65622e804e17f4e55891a1f5eb56 (patch) | |
tree | 55ccacea4677629290e4627b2beec1df60eadcab /src/fe-common/irc | |
parent | cae13ec5298b9827cc34ad783903393a5678d67f (diff) | |
download | irssi-e3c688d0612e65622e804e17f4e55891a1f5eb56.zip |
Add -usermode to /NETWORK syntax
Diffstat (limited to 'src/fe-common/irc')
-rw-r--r-- | src/fe-common/irc/fe-ircnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/irc/fe-ircnet.c b/src/fe-common/irc/fe-ircnet.c index b35ae898..6618edd7 100644 --- a/src/fe-common/irc/fe-ircnet.c +++ b/src/fe-common/irc/fe-ircnet.c @@ -82,7 +82,7 @@ static void cmd_network_list(void) } /* SYNTAX: NETWORK ADD [-nick <nick>] [-user <user>] [-realname <name>] - [-host <host>] [-autosendcmd <cmd>] + [-host <host>] [-usermode <mode>] [-autosendcmd <cmd>] [-querychans <count>] [-whois <count>] [-msgs <count>] [-kicks <count>] [-modes <count>] [-cmdspeed <ms>] [-cmdmax <count>] <name> */ |