18 lines
486 B
Markdown
18 lines
486 B
Markdown
```
|
|
_ _ _
|
|
_| || |_(_)_ __ ___
|
|
|_ .. _| | '__/ __| hbot
|
|
|_ _| | | | (__ A small bot and message parsing library
|
|
|_||_| |_|_| \___| Forked from https://golang.zx2c4.com/irc/hbot
|
|
|
|
```
|
|
|
|
Based on [hellabot](https://github.com/whyrusleeping/hellabot), [kittybot](https://github.com/ugjka/kittybot), and [sorcix-irc](https://github.com/sorcix/irc).
|
|
|
|
This is a simple message parser and trigger-based IRC client library.
|
|
|
|
|
|
```go
|
|
import "code.laidback.moe/hbot"
|
|
```
|