summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/palaver/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/palaver/notify.c b/contrib/palaver/notify.c
index beaf063..8572567 100644
--- a/contrib/palaver/notify.c
+++ b/contrib/palaver/notify.c
@@ -46,7 +46,7 @@
 // Why must it return (const unsigned char *)?
 #define sqlite3_column_text(...) (const char *)sqlite3_column_text(__VA_ARGS__)
 
-#define DATABASE_PATH "pounce-palaver/preferences.sqlite"
+#define DATABASE_PATH "pounce/palaver.sqlite"
 
 #define SQL(...) #__VA_ARGS__
 #define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0]))
2&id=a9d4469f84bf935bc3483f82057133f82383f0ea&follow=1'>contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe