Orbit documentation: docs, wiki and FAQ pages

This commit is contained in:
reverse 2026-06-20 06:34:12 +00:00
commit bcbe5fff22
No known key found for this signature in database
18 changed files with 714 additions and 0 deletions

29
wiki/commands.md Normal file
View file

@ -0,0 +1,29 @@
# Slash commands
Type these in the composer. Anything not starting with `/` is sent as a message.
| Command | What it does |
|---------|--------------|
| `/join #channel` | Join a channel (and switch to it). |
| `/part` | Leave the current channel. |
| `/msg <nick> <text>` | Open a private message. |
| `/me <action>` | Send a `/me` action. |
| `/nick <newnick>` | Change your nick. |
| `/whois <nick>` | Look up a user (opens their profile). |
| `/topic <text>` | Set the channel topic. |
| `/kick <nick> [reason]` | Kick a user (ops). |
| `/ban <nick>` | Ban a user (ops). |
| `/op` / `/deop` / `/voice <nick>` | Change a user's mode (ops). |
| `/ignore` / `/unignore <nick>` | Hide / show a user's messages. |
| `/list` | Browse channels. |
| `/clear` | Clear the current buffer. |
## Editor shortcuts
- **↑ / ↓** — recall your previously sent messages (like a shell).
- **Tab** — complete nicks, `/commands`, and `:emoji:`.
- **Shift+Enter** — newline (multi-line message).
> Heads-up: if you type a services command like `IDENTIFY nick pass` **without** the leading slash,
> Orbit catches it, sends it to NickServ privately, and warns you — your password is never
> broadcast.