mirror of
https://github.com/anope/anope.git
synced 2026-07-01 09:46:40 +02:00
Moved the core pseudo clients out into their own modules
This commit is contained in:
@@ -309,10 +309,6 @@ void do_server(const Anope::string &source, const Anope::string &servername, uns
|
||||
/* Create a server structure. */
|
||||
Server *newserver = new Server(s, servername, hops, descript, numeric);
|
||||
|
||||
/* Announce services being online. */
|
||||
if (Config->GlobalOnCycle && !Config->GlobalOnCycleUP.empty() && !Config->s_GlobalNoticer.empty())
|
||||
notice_server(Config->s_GlobalNoticer, newserver, "%s", Config->GlobalOnCycleUP.c_str());
|
||||
|
||||
/* Let modules know about the connection */
|
||||
FOREACH_MOD(I_OnNewServer, OnNewServer(newserver));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user