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