forked from External/ergo
LUSERS: Minor cleanups, we don't need to worry about changelog lines for now
This commit is contained in:
parent
750f0ffcb6
commit
298f4907ac
3 changed files with 13 additions and 19 deletions
10
irc/help.go
10
irc/help.go
|
|
@ -190,13 +190,11 @@ channels). <elistcond>s modify how the channels are selected.`,
|
|||
//TODO(dan): Explain <elistcond>s in more specific detail
|
||||
},
|
||||
"lusers": {
|
||||
text: `LUSERS [ <mask> [ <target> ] ]
|
||||
text: `LUSERS [<mask> [<server>]]
|
||||
|
||||
Returns statistics about the size of the network.
|
||||
If called with no arguments, the statistics will reflect the entire network.
|
||||
If <mask> is given, it will return only statistics reflecting the masked subset of the network.
|
||||
If <target> is given, the command will be forwarded to <server> for evaluation.`,
|
||||
//TODO(vegax87): Include network statistics and parameters
|
||||
Shows statistics about the size of the network. If <mask> is given, only
|
||||
returns stats for servers matching the given mask. If <server> is given, the
|
||||
command is processed by that server.`,
|
||||
},
|
||||
"mode": {
|
||||
text: `MODE <target> [<modestring> [<mode arguments>...]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue