Skip to content

eeeeeean/goblin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple ruby irc bot that sends you an array of private messages, quits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages