mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
class CNotifyConnectMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CNotifyConnectMod) {}
|
||||
MODCONSTRUCTOR(CNotifyConnectMod) {}
|
||||
|
||||
virtual void OnClientLogin() {
|
||||
SendAdmins(m_pUser->GetUserName() + " attached (from " + m_pClient->GetRemoteIP() + ")");
|
||||
|
||||
Reference in New Issue
Block a user