IRC bot written in Zig.
Previously we deinited backwards from the most recently heard message until we reach a null-slot. Now this code has been simplified to walk the backlog and deinit any found messages. |
||
|---|---|---|
| src | ||
| build.zig | ||
| build.zig.zon | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
zigeru
zigeru is a IRC bot which implements the following commands:
s/OLD/NEW/-- posts the previous message by the user, where every occurrence of OLD is replaced by NEW.
Getting started
To enter into a development shell with all the tools needed for interacting with this project, run the following command:
$ nix develop
To run the tests: zig build test.
To run the binary: zig build run.
To build the binary: zig build.
TO DO
- Add IRC support
- Add TLS support