public
Rubygem
Description: irccat is like `cat`, but here, the STDOUT is an IRC channel.
Homepage: http://irccat.rubyforge.org/
Clone URL: git://github.com/webs/irccat.git
Click here to lend your support to: irccat and make a donation at www.pledgie.com !
webs (author)
Tue Apr 15 13:06:19 -0700 2008
commit  0d27bfcc23bf8570d49d8b879e1ea199a8470710
tree    5afb6c8c5aa173c3ec78b20d2dedcbcf601cf896
parent  01158cbd0502021eb1f1c309e4f4bed0738ef776
irccat / config.yml
100644 27 lines (23 sloc) 0.378 kb
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
# IRC connection
irc:
  host: 'irc.tty2.org'
  port: '6667'
  nick: irc_cat
  nick_pass: foo
  channel: '#irc_cat'
  channel_pass: bar
 
# HTTP Server
 
http:
  enabled: true
  host: 0.0.0.0
  port: '3489'
  # Enable post-receive stuff from Github
  github: true
  # Allow send with http
  send: true
 
# TCP Server
 
tcp:
  enabled: true
  host: 0.0.0.0
  port: '5678'
  size: 400