1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 01:03:12 +02:00

Merge pull request #4 from alexbarton/ngircd-fix-NJOIN

ngircd protocol module: Fix NJOIN, actually join users to the channel
This commit is contained in:
Adam
2012-12-27 13:25:33 -08:00
+1
View File
@@ -489,6 +489,7 @@ struct IRCDMessageNJoin : IRCDMessage
Log(LOG_DEBUG) << "NJOIN for nonexistant user " << buf << " on " << params[0];
continue;
}
users.push_back(sju);
}
Message::Join::SJoin(source, params[0], 0, "", users);