Update README.md

This commit is contained in:
Mattias Erming 2014-05-15 23:46:29 +02:00
parent 0bbb6aa005
commit 746f73558f

View file

@ -3,27 +3,37 @@ Run your IRC client on a server and access it from the web browser. This gives y
### Commands ### Commands
These are the commands currently implemented: These are the commands currently implemented:
- [ ] /connect - [ ] /ame
- [ ] /deop - [ ] /amsg
- [ ] /devoice - [ ] /close
- [ ] /disconnect - [x] /connect
- [ ] /join - [x] /deop
- [ ] /kick - [x] /devoice
- [ ] /leave - [x] /disconnect
- [ ] /me - [ ] /help
- [ ] /mode - [ ] /invite
- [ ] /msg - [x] /join
- [ ] /nick - [x] /kick
- [ ] /notice - [x] /leave
- [ ] /op - [x] /me
- [ ] /part - [x] /mode
- [ ] /query - [x] /msg
- [ ] /quit - [x] /nick
- [ ] /send - [x] /notice
- [ ] /server - [x] /op
- [ ] /topic - [x] /part
- [ ] /voice - [ ] /partall
- [ ] /whois - [x] /query
- [x] /quit
- [ ] /raw
- [ ] /say
- [x] /send
- [x] /server
- [ ] /time
- [x] /topic
- [ ] /version
- [x] /voice
- [x] /whois
## Install ## Install