ergo/README.md

20 lines
412 B
Markdown
Raw Normal View History

2012-04-18 06:24:26 +02:00
# Ergonomadic
2012-04-18 06:23:12 +02:00
2012-04-18 06:24:26 +02:00
## A Go IRC Daemon
2012-04-18 06:23:12 +02:00
Ergonomadic is an IRC daemon written from scratch in Go.
2012-04-18 06:58:26 +02:00
### Why?
I wanted to learn Go.
### What's with the name?
"Ergonomadic" is an anagram of "Go IRC Daemon".
2012-12-09 21:51:50 +01:00
### Helpful Documentation
- [IRC Channel Management](http://tools.ietf.org/html/rfc2811)
- [IRC Client Protocol](http://tools.ietf.org/html/rfc2812)
- [IRC Server Protocol](http://tools.ietf.org/html/rfc2813)