public
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 !
irccat / config.yml
8b718d08 » webs 2008-02-15 i can haz test 1 # IRC connection
4e0a1fca » webs 2008-01-29 import from svn 2 irc:
d56ae316 » webs 2008-02-16 remove old stuff 3 host: 'irc.tty2.org'
4e0a1fca » webs 2008-01-29 import from svn 4 port: '6667'
5 nick: irc_cat
6 channel: '#irc_cat'
7
8b718d08 » webs 2008-02-15 i can haz test 8 # HTTP Server
9
4e0a1fca » webs 2008-01-29 import from svn 10 http:
8b718d08 » webs 2008-02-15 i can haz test 11 enabled: true
4e0a1fca » webs 2008-01-29 import from svn 12 host: 0.0.0.0
8b718d08 » webs 2008-02-15 i can haz test 13 port: '3489'
36ea4ff4 » webs 2008-02-16 Switched Send and Github cl... 14 # Enable post-receive stuff from Github
8b718d08 » webs 2008-02-15 i can haz test 15 github: true
36ea4ff4 » webs 2008-02-16 Switched Send and Github cl... 16 # Allow send with http
17 send: true
8b718d08 » webs 2008-02-15 i can haz test 18
19 # TCP Server
4e0a1fca » webs 2008-01-29 import from svn 20
21 tcp:
8b718d08 » webs 2008-02-15 i can haz test 22 enabled: true
4e0a1fca » webs 2008-01-29 import from svn 23 host: 0.0.0.0
24 port: '5678'