1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 02:26:38 +02:00

Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations.

This commit is contained in:
DukePyrolator
2012-04-08 12:43:34 +02:00
parent 9e1fda2a44
commit deb5196101
25 changed files with 983 additions and 43 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(cm, bi->nick);
c->SetModeInternal(bi ? finduser(bi->nick) : NULL, cm, bi->nick);
}
}
}