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

27 lines
394 B
Markdown
Raw Permalink Normal View History

2021-01-16 00:11:20 +03:00
# irc_bot
2021-01-17 12:50:12 +03:00
About cats
Inspired from https://github.com/go-chat-bot/plugins/blob/master/catfacts/catfacts.go
2021-01-16 00:20:50 +03:00
2021-01-19 11:50:20 +03:00
## Build
2021-01-16 00:20:50 +03:00
```go
go build
```
```sh
2021-01-17 12:50:12 +03:00
export IRC_NICK="HaX0r666"
export IRC_USER="mamin_simpotyaga"
export IRC_PASS="passw0rd"
export IRC_URL="localhost:6667"
./ctf2021_ircbot | tee bot.log
2021-01-16 00:20:50 +03:00
```
2021-01-19 11:50:20 +03:00
## Commands
```
cat|meow|etc - show cat fact or gif
nyastat - show #ctf channel stats
```