From aa1cd5363290bb283fbc6a025a36867238c5ad84 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Tue, 15 Apr 2014 22:18:19 +0200 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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)