r0c/doc/help-commands.md

83 lines
1.9 KiB
Markdown
Raw Normal View History

2018-01-29 19:03:35 +00:00
**`/n`** or **`/nick`** changes your nickname
`/n SparTacus`
2018-01-29 19:03:35 +00:00
**`/j`** or **`/join`** enters a chatroom
`/j #music`
2018-01-29 19:03:35 +00:00
**`/p`** or **`/part`** leaves the chatroom
2018-01-29 19:03:35 +00:00
**`/t`** or **`/topic`** changes the channel topic
`/t electro swing`
2018-01-29 19:03:35 +00:00
**`/me`**, the single mandatory feature anywhere
`/me regrets adding this`
2018-01-29 19:03:35 +00:00
**`/m`** or **`/msg`** sends a private message
`/msg SparTacus stop stealing my nick`
2018-01-29 19:03:35 +00:00
**`/q`** or **`/quit`** disconnects your client
# info
2018-01-29 19:03:35 +00:00
**`/help`** displays these help pages
2018-01-29 19:03:35 +00:00
**`/na`** or **`/names`** shows a list of people in the channel
2018-01-29 19:03:35 +00:00
**`/st`** or **`/status`** shows info about online users
2018-01-29 19:03:35 +00:00
**`/cmap`** shows a list of colour codes
# control
2018-01-29 19:03:35 +00:00
**`/r`** or **`/redraw`** redraws the screen to fix corruption, use this if things are glitchy after resizing the window
2018-01-29 19:03:35 +00:00
**`/by`** and **`/bn`** turns on/off audible alerts when someone mentions your name
2018-01-29 19:03:35 +00:00
**`/sw`** and **`/sh`** sets the terminal width/height in case the detection fails
`/sw 80`
`/sh 24`
2018-01-29 19:03:35 +00:00
**`/ss`** sets the PgUp/PgDn scroll amount
| | |
|-|-|
| `/sh 0` | entire screen
| `/sh 10` | 10 lines
| `/sh 50%` | half the screen
# navigation
2018-01-29 19:03:35 +00:00
**`/a`** jumps to the oldest unread message across all your channels
**`/3`** jumps to your 3rd window
2018-01-29 19:03:35 +00:00
**`/u`**, **`/up`**, **`/d`**, **`/down`** are PageUp/PageDown for clients where the PgUp/PgDn buttons are busted
2018-01-29 19:03:35 +00:00
**`/l`** or **`/latest`** scrolls to the bottom of the chat window
2018-01-29 19:03:35 +00:00
**`/g`** or **`/goto`** jumps to a point in the past
| | |
|-|-|
| `/g 19:47` | jump to time
| `/g 2018-01-21` | jump to date
| `/g 2018-01-21 19:47` | jump to datetime
| `/g 3172` | jump to message
| `/g 34%` | jump to offset
# admin commands
2018-01-29 19:03:35 +00:00
**`/auth`** promotes you to administrator
`/auth hunter2`
2018-01-29 19:03:35 +00:00
**`/fill`** floods the channel with messages
`/fill 30 desu`
2018-01-29 19:03:35 +00:00
**`/sd`** shuts down the server
2018-01-29 19:03:35 +00:00
**`/mem`** dumps server memory to file
2018-01-29 19:03:35 +00:00
**`/repl`** drops server into a shell
2018-01-29 19:03:35 +00:00
**`/gc`** forces a garbage collection