-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (21 loc) · 822 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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