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.
irc_bot/README.md

16 lines
168 B
Markdown
Raw Normal View History

2021-01-16 00:11:20 +03:00
# irc_bot
2021-01-16 00:20:50 +03:00
About a cats
```go
go build
```
```sh
export CTF2021NICK="HaX0r666"
export CTF2021PASS="passw0rd"
export CTF2021URL="localhost:6667"
./ctf2021_ircbot
```