mirror of
https://github.com/znc/znc.git
synced 2026-07-03 16:31:49 +02:00
Merge CGlobalModule(s) into CModule(s)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
class CAdminLogMod : public CGlobalModule {
|
||||
class CAdminLogMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CAdminLogMod) {
|
||||
openlog("znc", LOG_PID, LOG_DAEMON);
|
||||
|
||||
Reference in New Issue
Block a user