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:
@@ -71,7 +71,7 @@ public:
|
||||
continue;
|
||||
|
||||
ChanAccess *a = p[0];
|
||||
privstr += access.empty() ? "" : ", ";
|
||||
privstr += privstr.empty() ? "" : ", ";
|
||||
privstr += a->AccessSerialize();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user