mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
Doc/Admin.md: add missing sort methods to nicklist
documentation
This commit is contained in:
parent
f2b7436f58
commit
44e3443e7d
@ -428,9 +428,17 @@ Usage: `nicklist (<channel [nick]> | <nick>) [-sort <by>] [-hostmask] [-join]`
|
||||
|
||||
Option | Description
|
||||
--- | ---
|
||||
`-sort <by>` | sorts results by `<by>`
|
||||
`-hostmask` | shows full hostmasks instead of nicks
|
||||
`-join` | include join timestamps
|
||||
|
||||
Sort method | Description
|
||||
--- | ---
|
||||
host | Sort by host portion of hostmask
|
||||
join | Sort by channel join timestamp
|
||||
nick | Sort by nick
|
||||
spoken | Sort by last spoken timestamp
|
||||
|
||||
Examples:
|
||||
|
||||
<pragma-> nicklist #c
|
||||
|
Loading…
Reference in New Issue
Block a user