Fix the doc for the /w command
It has not been touched since approxymately poezio 0.5
This commit is contained in:
parent
b026bb190d
commit
4b66b5191c
1 changed files with 3 additions and 2 deletions
|
@ -88,9 +88,10 @@ These commands work in *any* tab.
|
||||||
|
|
||||||
/win
|
/win
|
||||||
/w
|
/w
|
||||||
**Usage:** ``/win <number>``
|
**Usage:** ``/win <number or string>``
|
||||||
|
|
||||||
Go to the specified room.
|
Go to the matching tab. If the argument is a number, it goes to the tab with that number.
|
||||||
|
Otherwise, it goes to the next tab whose name contains the given string.
|
||||||
|
|
||||||
/status
|
/status
|
||||||
**Usage:** ``/status <availability> [status message]``
|
**Usage:** ``/status <availability> [status message]``
|
||||||
|
|
Loading…
Reference in a new issue