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

Also make use of synched state to introduce pseudoclients instead of blindly introducing them on connect.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2443 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-08-08 16:39:51 +00:00
parent 862011a3ee
commit eeb7c9c36d
2 changed files with 16 additions and 11 deletions
-11
View File
@@ -642,17 +642,6 @@ int init_secondary(int ac, char **av)
strerror(openlog_errno));
}
/* Bring in our pseudo-clients */
introduce_user(NULL);
/* And hybrid needs Global joined in the logchan */
if (logchan && ircd->join2msg) {
/* XXX might desync */
ircdproto->SendJoin(findbot(s_GlobalNoticer), LogChannel, time(NULL));
}
ircdproto->SendEOB();
/* Success! */
return 0;
}