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