From 0f8d707663ac048a9817b7d747ae7d8a6a1e04b8 Mon Sep 17 00:00:00 2001 From: merspieler Date: Wed, 4 Apr 2018 16:54:55 +0200 Subject: [PATCH] Updated README.md Signed-off-by: merspieler --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c79a811..8e7cba4 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,15 @@ This skill is still under active development. ## Examples ### Normal use _Currently available commands_ -* "connect to irc" -* "join irc channel" -* "send irc message" -* "part from irc channel" -* "disconnect from irc server" +* "connect to irc" Connect to the server. +* "join irc channel" Join the channel. +* "send irc message" Send a message. +* "part from irc channel" Leave the channel. +* "disconnect from irc server" Disconnect from the server. + +### Configurational use +* "enable irc debug" To enter debug mode. +* "disable irc debug" To leave debug mode. _**Note** settings are set in the `settings.json` file. Right now it's only possible to join one server and one channel at a time._ ### Configuration