Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zarthus/lobby-utility-bot

#Lobby Utility IRC Bot
https://github.com/zarthus/lobby-utility-bot

cinch cinch-rb irc irc-utility-bot ruby

Last synced: about 1 month ago
JSON representation

#Lobby Utility IRC Bot

Awesome Lists containing this project

README

        

\#Lobby IRC utility bot
======================

This is the #lobby IRC utility bot on EsperNet.

A bot that voices active users in a channel, and devoices them after a certain period of time. As
well as other changes that were derived from the original concept as time went on.

## Installation

* Clone the repository
* Copy `conf/config.example.yml` to `conf/config.yml`
* Edit `conf/config.yml` to your desires.
* Copy `conf/quotes.yml.example` to `conf/quotes.yml`
* Run `bundle install`
* Start the bot using `bundle exec ruby bot.rb`

## Source

The Lobby IRC utility bot was originally part of [this repository](https://github.com/Zarthus/irc-voice-bot)