## About
li3_bot is a plugin for interacting with services like irc.
## Download
Clone the repository with `git clone code@dev.lithify.me:li3_bot.git`.
In order to be able to clone you must register an account on dev.lithify.me
(this helps with getting involved i.e. for filing tickets later). Get help
on how to do so at http://dev.lithify.me/wiki/guides/setup.
## Requirements
The plugin's _master_ branch runs fine with the most recent stable Lithium release.
## Installation
You've got to register your plugin
as a library within the application in `config/bootstrap/libraries.php`.
Just add `Libraries::add('li3_bot');` at the bottom of the file. Should your
plugin not be located in one of the library paths (i.e. `<app>/libraries`)
you must also specify a path `Library::add('li3_bot', array('path' => ...));`.
## Usage
Run `li3 bot`from within your application in order to statup the bot. The bot will join the configured channels and stay there until you hit STRG+C or the script terminates otherwise.