1
0
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:
Adam
2011-04-22 03:16:11 -04:00
parent 1782ce260c
commit c8c23158a4
226 changed files with 5187 additions and 4891 deletions
-4
View File
@@ -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));
}