mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user