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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user