mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
24 lines
448 B
Markdown
24 lines
448 B
Markdown
__Work in progress.__
|
|
|
|
## Chat
|
|
Run your IRC client on a server and access it from the web browser. This gives you a persistent connection and allows you to chat from multiple devices at the same time.
|
|
|
|
### Commands
|
|
These are the commands currently implemented:
|
|
- `/connect`
|
|
- `/deop`
|
|
- `/devoice`
|
|
- `/disconnect`
|
|
- `/join`
|
|
- `/kick`
|
|
- `/leave`
|
|
- `/mode`
|
|
- `/nick`
|
|
- `/op`
|
|
- `/part`
|
|
- `/query`
|
|
- `/quit`
|
|
- `/server`
|
|
- `/topic`
|
|
- `/voice`
|
|
- `/whois`
|