diff options
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; } |