mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Fix modp{erl,ython}, these modules should set a "default" module type for its submodules
These modules were broken by d48ae679c4
This commit is contained in:
@@ -148,6 +148,7 @@ public:
|
||||
case Perl_Loaded:
|
||||
result = HALT;
|
||||
if (4 == ret) {
|
||||
ModInfo.SetDefaultType(CModInfo::UserModule);
|
||||
ModInfo.AddType(CModInfo::UserModule);
|
||||
ModInfo.SetDescription(PString(ST(2)));
|
||||
ModInfo.SetName(sModule);
|
||||
|
||||
Reference in New Issue
Block a user