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-16 11:02:31 +03:00
.gitignore Initial commit 2021-01-15 22:11:20 +01:00
go.mod Code 2021-01-16 00:22:45 +03:00
go.sum Code 2021-01-16 00:22:45 +03:00
LICENSE Initial commit 2021-01-15 22:11:20 +01:00
main.go Get username from env 2021-01-16 11:02:31 +03:00
README.md Code 2021-01-16 00:22:45 +03:00

irc_bot

About a cats

go build
export CTF2021NICK="HaX0r666"
export CTF2021PASS="passw0rd"
export CTF2021URL="localhost:6667"
./ctf2021_ircbot