No description
Find a file
merspieler cc9364d2f6 Improved handling of incoming messages
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
2018-03-15 17:13:51 +01:00
dialog/en-us Added get_msg.dialog 2018-03-14 11:53:31 +01:00
vocab/en-us Added .voc files for en/disabling debugging 2018-03-14 17:05:46 +01:00
.gitignore Added .gitignore 2018-03-12 11:52:46 +01:00
__init__.py Improved handling of incoming messages 2018-03-15 17:13:51 +01:00
LICENSE Initial commit 2018-03-09 16:56:13 +01:00
README.md Updated README.md 2018-03-15 11:58:21 +01:00
requirements.txt Initial commit of development 2018-03-12 11:48:50 +01:00

irc-skill

Basic IRC client

Description

Mycroft skill that lets you use IRC via voice commands.

This skill is still under active development.

Requirements

Examples

Normal use

Currently available commands

  • "connect to irc"
  • "join irc channel"
  • "send irc message"
  • "part from irc channel"
  • "disconnect from irc server"

Note settings are set in the settings.json file. Right now it's only possible to join one server and one channel at a tim.

Configuration

Credits