From e4e9d295e53aaa919d8a16655e8035d5186a6a15 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 7 Jun 2010 11:40:34 +0000 Subject: [PATCH] Add a ":" to the argument list of our CAP REQ git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2012 726aef4b-f618-498e-8847-2d620e286838 --- IRCSock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCSock.cpp b/IRCSock.cpp index 89beb693..e9fd034f 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -652,7 +652,7 @@ void CIRCSock::ReadLine(const CString& sData) { for (it = vsTokens.begin(); it != vsTokens.end(); ++it) { if (*it == "multi-prefix" || *it == "userhost-in-names") { - PutIRC("CAP REQ " + *it); + PutIRC("CAP REQ :" + *it); } }