From 4bf0ff599bb2761e4156cd5a26639045ce71d29a Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 31 Oct 2022 22:21:58 +0000 Subject: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2dfc8e1..fac448a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,14 @@ the owning group of each of the created unix sockets is set to a predetermined g the parameters of the irc connection, the directory into which the created unix sockets should be placed, and the group that should own them can all be configured in conf.h. the list of irc channels to join can be changed in irc.c. +## compatibility +it should be posix-compatibile, though i've only tested it on linux with glibc. + ## running `make run`, or `make` followed by `./apiobot`. +## bugs, patches, communication, contribution, community, +email anything to me at [ubq323@ubq323.website](mailto:ubq323@ubq323.website). + # webhooks.go this go program runs a web server which can be used to provide a web interface to irc, by sending messages sent to it to one of apiobot's unix sockets. it currently does not support multiple channels and is also not very well designed. -- cgit v1.2.3