-
Notifications
You must be signed in to change notification settings - Fork 0
leklund/mini-marvin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mini Marvin - a simple IRC notifier in ruby with a brain the size of a planet. Example: opt = {:server => 'hostname', :port => '6667', :password => 'password', :ssl => true, :nick => 'marv'} MiniMarvin.loathing(opt) do |paranoid_android| paranoid_android.gripe("#heartofgold", "this will all end in tears") end The gripe method takes an options hash. The only available option is 'join' which if true, will join the channel before sending the notice. This is required for channels that have '+n' set. paranoid_android.gripe("#heartofgold", "this will all end in tears", {:join => true}) Why? Works great for deploy notifications with capistrano or other occasional irc notifications for which you don't need a bot always running. [-] (+)-c | | 000
About
Simple IRC notifier
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published