aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-31 22:21:58 +0000
committerubq323 <ubq323@ubq323.website>2022-10-31 22:21:58 +0000
commit4bf0ff599bb2761e4156cd5a26639045ce71d29a (patch)
treeee188a4dbaeea183140630e6fe57d10d73e099dd
parentf6e3e51d81ac692afe19ef6294ef25baddb47ce6 (diff)
update readme
-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.