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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user