3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 06:29:29 +01:00
ergo/README.md
2012-12-09 12:51:50 -08:00

20 lines
412 B
Markdown

# Ergonomadic
## A Go IRC Daemon
Ergonomadic is an IRC daemon written from scratch in Go.
### Why?
I wanted to learn Go.
### What's with the name?
"Ergonomadic" is an anagram of "Go IRC Daemon".
### 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)