mirror of
https://github.com/znc/znc.git
synced 2026-05-09 06:44:40 +02:00
Correct double output in controlpanel.
(cherry picked from commit e73f056cf1)
This commit is contained in:
@@ -1073,7 +1073,7 @@ class CAdminMod : public CModule {
|
||||
if (!Modules.UnloadModule(sModName, sModRet)) {
|
||||
PutModule("Unable to unload module [" + sModName + "] [" + sModRet + "]");
|
||||
} else {
|
||||
PutModule("Unloaded module [" + sModName + "] [" + sModRet + "]");
|
||||
PutModule("Unloaded module [" + sModName + "]");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user