mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +02:00
Merge branch 'master' of github.com:znc/znc
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user