Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2012-03-23 11:14:54 +07:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ private:
template<> void TModInfo<CChanSaverMod>(CModInfo& Info) {
Info.SetWikiPage("chansaver");
Info.AddType(CModInfo::NetworkModule);
}
USERMODULEDEFS(CChanSaverMod, "Keep config up-to-date when user joins/parts")
+3
View File
@@ -27,6 +27,9 @@ public:
AddCommand("SetFormat", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::SetFormat),
"<format>");
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::Show));
m_pISpoofLockFile = NULL;
m_pIRCSock = NULL;
}
virtual ~CIdentFileModule() {