hikilaka / hizashi

Hizashi is an IRC bot with a dynamic plugin system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hizashi

Hizashi is an IRC bot that is able to reload services on-the-fly without sacrificing down time. Development is still underway, therefore this repository is unoperational. See hizashi v2 for a version of this bot that is operational. This project is a cleaner rewrite of the aforementioned repository.

Installation

Install the dependencies and start Hizashi.

$ git clone https://github.com/hikilaka/hizashi
$ cd hizashi
$ npm install
$ npm start

Don't forget to configure your irc server settings config.json!

Services

No services are included at this time as the bot is still under development.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Hizashi is an IRC bot with a dynamic plugin system.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%