1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 17:46:39 +02:00

Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9

This commit is contained in:
Adam
2012-04-23 05:17:02 -04:00
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Server::Server(Server *uplink, const Anope::string &name, unsigned hops, const A
if (cm == NULL)
cm = ModeManager::FindChannelModeByChar(ModeManager::GetStatusChar(want_modes[j]));
if (cm && cm->Type == MODE_STATUS)
c->SetModeInternal(bi ? finduser(bi->nick) : NULL, cm, bi->nick);
c->SetModeInternal(bi, cm, bi->nick);
}
}
}