I'm operating an irc server! Nix source. Be friendly to each other and HACK THE PLANET!
irc.emile.space:6697 #general
Easily connect and write in emile.space #general: source irc.sh
curl -sL emile.space/irc.sh -o- | bash
or to set a nick:
curl -sL emile.space/irc.sh -o- | IRC_NICK=acker bash
A minimal golang based bot: (This is just a template for further fun) source irc.go
d=$(mktemp -d) && curl -sL emile.space/irc.go -o "$d/irc.go" && go run "$d/irc.go"; rm -rf "$d"
emile - 1785001043.031158s - generated using vokobe "0.1.3"