mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Merge CGlobalModule(s) into CModule(s)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
|
||||
class CIdentFileModule : public CGlobalModule {
|
||||
class CIdentFileModule : public CModule {
|
||||
CString m_sOrigISpoof;
|
||||
CFile* m_pISpoofLockFile;
|
||||
CIRCSock *m_pIRCSock;
|
||||
|
||||
Reference in New Issue
Block a user