From 238adae2cd304704da6aa287c9d7548c6216b887 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Feb 2026 19:51:38 +0000 Subject: [PATCH] Fix the description of access entries imported from Atheme. --- modules/database/db_atheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/db_atheme.cpp b/modules/database/db_atheme.cpp index 3f2948898..a475d8284 100644 --- a/modules/database/db_atheme.cpp +++ b/modules/database/db_atheme.cpp @@ -653,7 +653,7 @@ private: auto *access = accessprov->Create(); access->SetMask(mask, ci); access->creator = setter; - access->description = "Imported from Atheme: " + flags; + access->description = "Imported from Atheme: " + originalflags; access->last_seen = modifiedtime; access->created = modifiedtime; access->AccessUnserialize(accessflags);