aboutsummaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-24 17:35:12 +0000
committerubq323 <ubq323@ubq323.website>2023-01-24 17:35:12 +0000
commitc3d79d07b96c3e2bee7bbdfbc7ec3f6e7af59e17 (patch)
treeaa358412be78c9aa6967623b34b0b0d905abedb7 /conf.h
parent60a4a26ce76850f3d374d7206e702fbc6548f58b (diff)
support passwords for joining channels, and refactor channel list into a separate module
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index d42838d..c88bb3c 100644
--- a/conf.h
+++ b/conf.h
@@ -15,7 +15,7 @@
#define HOST "ubq323.website"
#define PORT "6667"
// directory to put the unix sockets into
- #define SOCKETDIR "/srv/apiobot"
+ #define SOCKETDIR "/srv/apiobot/ch"
// group to assign as the owner of all the unix sockets
#define SOCKETGROUP "apionet"
#endif