diff --git a/README.md b/README.md index 0b9626be..d15bd2cc 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -Work in progress. +__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` + +### Screenshot +Here's what it currently looks like: + +![](http://placehold.it/720x647)