# 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)