Patched using fix_no_modules_support.patch by psycho

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@767 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-09-16 18:19:59 +00:00
parent a226903e46
commit 994650e2a7
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,5 +1,7 @@
//! @author prozac@rottenboy.com
#ifdef _MODULES
#include "main.h"
#include "Modules.h"
#include "znc.h"
@@ -963,3 +965,5 @@ void CModules::GetAvailableMods(set<CModInfo>& ssMods, bool bGlobal) {
}
}
}
#endif // _MODULES