README.asc (736B)
1 _ ___ ____ ____ _ _ _ 2 __ _ ___ | | __ _ _ __ __ _ |_ _| _ \ / ___| ___| (_) ___ _ __ | |_ 3 / _` |/ _ \| |/ _` | '_ \ / _` | | || |_) | | / __| | |/ _ \ '_ \| __| 4 | (_| | (_) | | (_| | | | | (_| | | || _ <| |___ | (__| | | __/ | | | |_ 5 \__, |\___/|_|\__,_|_| |_|\__, | |___|_| \_\\____| \___|_|_|\___|_| |_|\__| 6 |___/ |___/ 7 8 A basic SSL-supporting IRC client written in golang. 9 10 Licensed under WTFPL. 11 12 Usage 13 ===== 14 15 0. Run `./makecert.sh` to generate OpenSSL certificates. 16 1. Copy `.env.example` to `.env` and update the fields accordingly. 17 2. `go run *.go` will connect the bot to IRC.