diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-03 08:00:31 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-03 08:00:31 +0000 |
commit | 968616980cea24f38b7c15301a29f3adad7cb6b3 (patch) | |
tree | 299d93b502c9e4498304033134ce12e04e7f519c /src/init.c | |
parent | 797bdccb9ba4d5bd82021d8de1ae671629c41f96 (diff) |
Merge commit 'cbx/anopeng-uid' into anopeng-uid
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1395 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c index a6a91617c..3e59d4d81 100644 --- a/src/init.c +++ b/src/init.c @@ -739,7 +739,7 @@ int init_secondary(int ac, char **av) ircdproto->SendJoin(findbot(s_GlobalNoticer), LogChannel, time(NULL)); } - anope_SendEOB(); + ircdproto->SendEOB(); /** * Load our delayed modeles - modules that are planing on making clients need to wait till now |