mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
Merge branch '1.7.x'
This commit is contained in:
+1
-1
@@ -1656,7 +1656,7 @@ bool CModules::LoadModule(const CString& sModule, const CString& sArgs,
|
||||
|
||||
if (!Info.SupportsType(eType)) {
|
||||
dlclose(p);
|
||||
sRetMsg = t_f("Module {1} does not support module type {1}.")(
|
||||
sRetMsg = t_f("Module {1} does not support module type {2}.")(
|
||||
sModule, CModInfo::ModuleTypeToString(eType));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user