From 37d6ff23379b9ae6e19b1b78f269e974bb4ef8bb Mon Sep 17 00:00:00 2001 From: "Andrew M. Stoltz" <1578013+astoltz@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:06:12 -0500 Subject: [PATCH] Fix Anope db_flatfile path: use relative path (data/ prefix auto-prepended) --- apps/irc/irc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/irc/irc.yaml b/apps/irc/irc.yaml index bc95b28..d85873e 100644 --- a/apps/irc/irc.yaml +++ b/apps/irc/irc.yaml @@ -395,7 +395,7 @@ data: module { name = "db_flatfile" - database = "/anope/data/anope.db" + database = "anope.db" fork = no }