mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-16 21:40:46 +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
|
Option | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
|
`-sort <by>` | sorts results by `<by>`
|
||||||
`-hostmask` | shows full hostmasks instead of nicks
|
`-hostmask` | shows full hostmasks instead of nicks
|
||||||
`-join` | include join timestamps
|
`-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:
|
Examples:
|
||||||
|
|
||||||
<pragma-> nicklist #c
|
<pragma-> nicklist #c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user