mirror of
https://github.com/znc/znc.git
synced 2026-05-03 20:12:29 +02:00
Fix several comments broken by clang-format
This commit is contained in:
@@ -458,8 +458,9 @@ bool CWebSock::AddModLoop(const CString& sLoopName, CModule& Module,
|
||||
m_sPage == SubPage->GetName() && bActiveModule);
|
||||
|
||||
if (SubPage->RequiresAdmin() && !GetSession()->IsAdmin()) {
|
||||
continue; // Don't add admin-only subpages to requests from
|
||||
// non-admin users
|
||||
// Don't add admin-only subpages to requests from non-admin
|
||||
// users
|
||||
continue;
|
||||
}
|
||||
|
||||
CTemplate& SubRow = Row.AddRow("SubPageLoop");
|
||||
|
||||
Reference in New Issue
Block a user