Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zarthus/lobby-utility-bot
- Owner: Zarthus
- License: mit
- Created: 2016-03-28T12:00:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T01:17:30.000Z (about 2 years ago)
- Last Synced: 2023-05-28T06:40:17.496Z (over 1 year ago)
- Topics: cinch, cinch-rb, irc, irc-utility-bot, ruby
- Language: Ruby
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)