1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 08:53:12 +02:00

Fix a typo in ns_alist.

This commit is contained in:
Sadie Powell
2025-04-24 15:01:54 +01:00
parent 459c7947ce
commit 9ca69a7b49
+1 -1
View File
@@ -71,7 +71,7 @@ public:
continue;
ChanAccess *a = p[0];
privstr += access.empty() ? "" : ", ";
privstr += privstr.empty() ? "" : ", ";
privstr += a->AccessSerialize();
}
}