27 lines
394 B
Markdown
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
|
|
```
|