aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.