1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix the description of access entries imported from Atheme.

This commit is contained in:
Sadie Powell
2026-02-08 19:51:38 +00:00
parent 407f604d48
commit 238adae2cd
+1 -1
View File
@@ -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);