mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Relay messages to other clients of the current user
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@784 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
CChan* pChan = m_pUser->FindChan(sTarget);
|
||||
if ((pChan) && (pChan->KeepBuffer())) {
|
||||
pChan->AddBuffer(":\244" + m_pUser->GetIRCNick().GetNickMask() + " PRIVMSG " + sTarget + " :" + sMessage);
|
||||
m_pUser->PutUser(":\244" + m_pUser->GetIRCNick().GetNickMask() + " PRIVMSG " + sTarget + " :" + sMessage, NULL, m_pClient);
|
||||
}
|
||||
|
||||
CString sMsg = MakeIvec() + sMessage;
|
||||
|
||||
Reference in New Issue
Block a user