Skip to content

Commit

Permalink
Merge branch 'master' of github.com:znc/znc
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Mar 23, 2012
2 parents 9b3a764 + ae6b4c3 commit c217004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/chansaver.cpp
Expand Up @@ -76,6 +76,7 @@ class CChanSaverMod : public CModule {

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 changes: 3 additions & 0 deletions modules/identfile.cpp
Expand Up @@ -27,6 +27,9 @@ class CIdentFileModule : public CModule {
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() {
Expand Down

0 comments on commit c217004

Please sign in to comment.