Project

goblin

0.0
No commit activity in last 3 years
No release in over 3 years
A simple ruby irc alert bot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Goblin is a simple irc alert bot. To install:

gem install goblin

Goblin takes as arugments: an array of strings as messages, the irc nick you want to pm (string), the irc server (string), the port (int).

Example:

require 'goblin'

a = ["some", "error", "messages"]

Goblin.new(a, "pirate", "irc.freenode.net", 6667).run

Goblin will log into irc, send pirate a pm of error messages, quit.