Add preliminary support for NickServ authentication

(remove everything else)
This commit is contained in:
2026-02-06 09:51:31 -03:00
parent 6d08d74c58
commit 0af744d59e
20 changed files with 27 additions and 1324 deletions

View File

@@ -1,38 +1,17 @@
# IRC Utilities for Go
```
_ _ _
_| || |_(_)_ __ ___
|_ .. _| | '__/ __| hbot
|_ _| | | | (__ A small bot and message parsing library
|_||_| |_|_| \___| Forked from https://golang.zx2c4.com/irc/hbot
This is a small collection of utilities for interacting with IRC in Go.
### `hbot` - small bot and message parsing library
```
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 "golang.zx2c4.com/irc/hbot"
```
### `ircmirror` - mirrors one channel to another, one-way
To assist in channel migrations, this mirrors messages from one channel to another, by joining the source channel from several IP addresses via WireGuard.
```go
go get golang.zx2c4.com/irc/cmd/ircmirror
```
### `irc-simple-responder` - responds to all messages
This is best used with `+z` in a channel. It responds to all messages with a static string.
```go
go get golang.zx2c4.com/irc/cmd/irc-simple-responder
```
### `wurgurboo` - the "WurGurBoo" bot for `#wireguard`
This polls for commits and does various things in the `#wireguard` channel. It's meant to be run as a [`go-web-service`](https://git.zx2c4.com/go-web-services/).
```go
go get golang.zx2c4.com/irc/cmd/wurgurboo
import "code.laidback.moe/hbot"
```