Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gargron/cl2irc
TheColorless.net chat to IRC proxy
https://github.com/gargron/cl2irc
Last synced: 8 days ago
JSON representation
TheColorless.net chat to IRC proxy
- Host: GitHub
- URL: https://github.com/gargron/cl2irc
- Owner: Gargron
- Created: 2013-05-08T11:35:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-08T11:42:03.000Z (over 11 years ago)
- Last Synced: 2024-10-13T18:08:55.280Z (23 days ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Colorless to IRC daemon
=======================This is a proof of concept that you can make such a daemon in about half an hour or less. It
connects to a channel on the Colorless chat server, and mirrors it to the a channel on
the Rizon IRC server.You can use some environment variables to reconfigure it:
* IRC_HOST defaults to `irc.rizon.net`
* IRC_PORT defaults to `6667`
* IRC_CHANNEL defaults to `#ColorlessTest`
* CL_CHANNEL defaults to `main`So basically if you want to change any of that, do `export IRC_HOST=somehost.net` before running the daemon.
To run it, just `bundle install` it initially and `ruby cl2irc.rb` this little bugger and you're all set.