mirror of
https://github.com/znc/znc.git
synced 2026-06-12 17:54:59 +02:00
Merge branch '1.6.x'
This commit is contained in:
@@ -689,7 +689,7 @@ public:
|
||||
}
|
||||
|
||||
if (!pNetwork->AddChan(pChan)) {
|
||||
WebSock.PrintErrorPage("Could not add channel [" + pChan->GetName() + "]");
|
||||
WebSock.PrintErrorPage("Could not add channel [" + sChanName + "]");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user