mirror of
https://github.com/znc/znc.git
synced 2026-05-07 13:54:47 +02:00
@@ -808,6 +808,10 @@ bool CIRCSock::OnGeneralCTCP(CNick& Nick, CString& sMessage) {
|
||||
if (it != mssCTCPReplies.end()) {
|
||||
sReply = m_pUser->ExpandString(it->second);
|
||||
bHaveReply = true;
|
||||
|
||||
if (sReply.empty()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (!bHaveReply && !m_pUser->IsUserAttached()) {
|
||||
|
||||
Reference in New Issue
Block a user