diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-08 16:39:51 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-08 16:39:51 +0000 |
commit | eeb7c9c36d4346ebbbb409d96abb1fa4504914fd (patch) | |
tree | 4e1cabba407f33d1765308c5a32ef718cfcee33a /src/init.c | |
parent | 862011a3ee2d8bd8fd8c65750a0c606850061f1a (diff) |
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
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/init.c b/src/init.c index 8931fd6f4..4c87ae5c4 100644 --- a/src/init.c +++ b/src/init.c @@ -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; } |