A configurable TUI IRC client.
Notice: This project is in very early development.
A Makefile
is provided which spits out the certus
binary:
make
./certus
Certus uses a TOML configuration file named config.toml
in the same location as the binary (for now).
An array of servers can be provided as such:
[[servers]]
nick = "test"
username = "test"
realname = "john doe"
host = "127.0.0.1:6667"
[[servers]]
...
Only the first server can currently be interacted with.
GPLv3, see LICENSE.
Copyright (C) 2021 Steven Guikal