mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Be able to remove servers using webadmin.
Thanks for appel for reporting this.
This commit is contained in:
@@ -734,6 +734,7 @@ public:
|
||||
|
||||
VCString vsArgs;
|
||||
|
||||
pNetwork->DelServers();
|
||||
WebSock.GetRawParam("servers").Split("\n", vsArgs);
|
||||
for (unsigned int a = 0; a < vsArgs.size(); a++) {
|
||||
pNetwork->AddServer(vsArgs[a].Trim_n());
|
||||
|
||||
Reference in New Issue
Block a user