CTF2021/irc_bot
Archived
4
0
This repository has been archived on 2021-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-01-17 12:50:12 +03:00
.gitignore Initial commit 2021-01-15 22:11:20 +01:00
go.mod Stats initial 2021-01-16 17:55:13 +03:00
go.sum Stats initial 2021-01-16 17:55:13 +03:00
LICENSE Initial commit 2021-01-15 22:11:20 +01:00
main.go Rename env variables 2021-01-17 12:50:12 +03:00
README.md Rename env variables 2021-01-17 12:50:12 +03:00

irc_bot

About cats

Inspired from https://github.com/go-chat-bot/plugins/blob/master/catfacts/catfacts.go

go build
export IRC_NICK="HaX0r666"
export IRC_USER="mamin_simpotyaga"
export IRC_PASS="passw0rd"
export IRC_URL="localhost:6667"
./ctf2021_ircbot | tee bot.log