# irc

## minimal bash client

Easily connect and write in emile.space #general:
(consider setting a username in irc.sh)

[source irc.sh](https://emile.space/irc.sh)

> curl -s https://emile.space/irc.sh -o- | bash

## go bot

A minimal golang based bot:
(This is just a template for further fun)

[source irc.go](https://emile.space/irc.go)

> d=$(mktemp -d) && curl -sSL https://emile.space/irc.go -o "$d/irc.go" && go run "$d/irc.go"; rm -rf "$d"

or to be considered "shady":

> echo "ZD0kKG1rdGVtcCAtZCkgJiYgY3VybCAtc1NMIGh0dHBzOi8vZW1pbGUuc3BhY2UvaXJjLmdvIC1vICIkZC9pcmMuZ28iICYmIGdvIHJ1biAiJGQvaXJjLmdvIjsgcm0gLXJmICIkZCIK" | base64 -d | bash
