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