1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Merge pull request #41 from dgl/network-syntax

Add -usermode to /NETWORK syntax
This commit is contained in:
Alexander Færøy 2014-06-16 16:58:29 +02:00
commit 3212ef2bdb

View File

@ -82,7 +82,7 @@ static void cmd_network_list(void)
} }
/* SYNTAX: NETWORK ADD [-nick <nick>] [-user <user>] [-realname <name>] /* 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>] [-querychans <count>] [-whois <count>] [-msgs <count>]
[-kicks <count>] [-modes <count>] [-kicks <count>] [-modes <count>]
[-cmdspeed <ms>] [-cmdmax <count>] <name> */ [-cmdspeed <ms>] [-cmdmax <count>] <name> */