Fix block command documentation and add to autocomplete

- Change @user to @name in all documentation
- Change 'blocked users' to 'blocked peers' for consistency
- Add /block and /unblock commands to autocomplete menu
This commit is contained in:
jack
2025-07-08 03:03:21 +02:00
parent e4d5f5b940
commit 9ec8008695
4 changed files with 25 additions and 23 deletions
+5 -5
View File
@@ -63,15 +63,15 @@ This project is released into the public domain. See the [LICENSE](LICENSE) file
### Basic Commands
- `/j #channel` - Join or create a channel
- `/m @user message` - Send a private message
- `/m @name message` - Send a private message
- `/w` - List online users
- `/channels` - Show all discovered channels
- `/block @user` - Block a user from messaging you
- `/block` - List all blocked users
- `/unblock @user` - Unblock a user
- `/block @name` - Block a peer from messaging you
- `/block` - List all blocked peers
- `/unblock @name` - Unblock a peer
- `/clear` - Clear chat messages
- `/pass [password]` - Set/change channel password (owner only)
- `/transfer @user` - Transfer channel ownership
- `/transfer @name` - Transfer channel ownership
- `/save` - Toggle message retention for channel (owner only)
### Getting Started