Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the away and back commands #59

Merged
merged 1 commit into from
Jan 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _docs/client/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ order: 3.1

The Lounge implements most of the IRC commands you may be familiar with. Here's a list of commands you can use:

## /away

Mark yourself as away and set your away message. If you omit the message, an empty one is used.

Example: `/away Making quiche`

## /back

Remove your away status (after `/away [<message>]`).

Example: `/back`

## /clear

Clear the current screen.
Expand Down