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

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