Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Jeremy Latt ac186a0669 don't close socket send channel vor 10 Jahren
irc don't close socket send channel vor 10 Jahren
sql User persistence to sqlite. vor 11 Jahren
.gitignore remove unnecessary ignores vor 10 Jahren
README.md fix race conditions vor 10 Jahren
ergonomadic.go configure server with json vor 10 Jahren

README.md

Ergonomadic

Ergonomadic is an IRC daemon written from scratch in Go. It supports (or will) multiple concurrent connections for the same nick.

Why?

I wanted to learn Go.

What’s with the name?

“Ergonomadic” is an anagram of “Go IRC Daemon”.

Helpful Documentation

Running the Server

You must create an ergonomadic.json config file in the current directory.

from your GOPATH

go install
ergonomadic

from local

go run ergonomadic.go