#5 Test add results of WHO query to gateway list

pull/32/head
Geoffrey Merck 4 years ago
parent a88bf0bb17
commit 9bb9f0b3e4

@ -311,7 +311,7 @@ void IRCDDBApp::userJoin(const std::string& nick, const std::string& name, const
m_d->m_userMap[lnick] = u; m_d->m_userMap[lnick] = u;
if (m_d->m_initReady) { /*if (m_d->m_initReady)*/ {
std::string::size_type hyphenPos = nick.find('-'); std::string::size_type hyphenPos = nick.find('-');
if ((hyphenPos >= 4) && (hyphenPos <= 6)) { if ((hyphenPos >= 4) && (hyphenPos <= 6)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.