mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix CModules::LoadModule() return message handling
[ >> ] This is an example[This is an example] [/path/to/mod.so] becomes: [ >> ] This is an example [/path/to/mod.so]
This commit is contained in:
@@ -1077,7 +1077,7 @@ bool CModules::LoadModule(const CString& sModule, const CString& sArgs, CModInfo
|
||||
}
|
||||
|
||||
if (!sRetMsg.empty()) {
|
||||
sRetMsg += "[" + sRetMsg + "] ";
|
||||
sRetMsg += " ";
|
||||
}
|
||||
sRetMsg += "[" + sModPath + "]";
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user