Eru-like bot for IRC (with TLS support), written in Zig.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jacob Jonsson 6449a7de2d
chore: implement initial bot with substitute command
1 month ago
src chore: implement initial bot with substitute command 1 month ago
README.md chore: implement initial bot with substitute command 1 month ago
build.zig feat: initial commit 1 month ago
build.zig.zon feat: initial commit 1 month ago
flake.lock chore: implement initial bot with substitute command 1 month ago
flake.nix chore: implement initial bot with substitute command 1 month ago

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.