Make 'CTCPReply = VERSION' in the config cause ZNC to ignore CTCP VERSIONs

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@871 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-11-12 21:32:29 +00:00
parent 74213c9a4f
commit 65eb10a30e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1002,7 +1002,7 @@ void CUser::SetIRCNick(const CNick& n) {
}
bool CUser::AddCTCPReply(const CString& sCTCP, const CString& sReply) {
if (sCTCP.empty() || sReply.empty()) {
if (sCTCP.empty()) {
return false;
}