mirror of
https://github.com/znc/znc.git
synced 2026-08-11 11:23:18 +02:00
Make sure OnStatusCommand() is always called when it should be
We didn't call the module hook for commands executed via /znc instead of /msg *status. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1562 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
bool HasNamesx() const { return m_bNamesx; }
|
||||
bool HasUHNames() const { return m_bUHNames; }
|
||||
|
||||
void UserCommand(const CString& sCommand);
|
||||
void UserCommand(CString& sCommand);
|
||||
void StatusCTCP(const CString& sCommand);
|
||||
void IRCConnected(CIRCSock* pIRCSock);
|
||||
void IRCDisconnected();
|
||||
|
||||
Reference in New Issue
Block a user