summary refs log tree commit diff
path: root/contrib/palaver
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-27 17:07:07 -0400
committerJune McEnroe <june@causal.agency>2020-08-27 17:07:07 -0400
commit12ba0a0b67b3aef829a6fc4588ad86725bd69454 (patch)
tree57b012927e7fb1b324338abaf3e16270d21467cf /contrib/palaver
parentcontrib/palaver: Only allow HTTPS (diff)
downloadpounce-12ba0a0b67b3aef829a6fc4588ad86725bd69454.tar.gz
pounce-12ba0a0b67b3aef829a6fc4588ad86725bd69454.zip
contrib/palaver: Use pounce's XDG directory
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]))
town on freenodeJune McEnroe 2019-02-23Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe