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
This commit is contained in:
psychon
2010-06-07 11:40:34 +00:00
parent f4b4eafc74
commit e4e9d295e5

View File

@@ -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);
}
}