1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:53:12 +02:00

Made Anope track its own clients internally as if they were real users

This commit is contained in:
Adam
2010-06-27 02:41:48 -04:00
parent d49aee6cf8
commit 57caa0b53f
32 changed files with 254 additions and 242 deletions
+1 -2
View File
@@ -75,8 +75,7 @@ Server::Server(Server *uplink, const std::string &name, unsigned int hops, const
/* And some IRCds needs Global joined in the logchan */
if (LogChan && ircd->join2msg)
/* XXX might desync */
ircdproto->SendJoin(Global, Config.LogChannel, time(NULL));
Global->Join(Config.LogChannel);
}
}