mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Forward input to user
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@565 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -14,6 +14,10 @@ public:
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
virtual void OnModCommand(const CString& sCommand) {
|
||||
m_pUser->PutUser(sCommand);
|
||||
}
|
||||
|
||||
virtual EModRet OnUserRaw(CString& sLine) {
|
||||
PutModule("YOU -> [" + sLine + "]");
|
||||
return CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user