diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:39:28 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:39:28 +0000 |
commit | 809ed7c2c04f2c004be3f8f7d29ff3b4f0e3e0f7 (patch) | |
tree | 867a1c3ddb9ab32dde2449b1632d2f4f772c6285 /src/init.c | |
parent | bd56c0fb93b06c1d5f58f83089f12eda5c9e82d9 (diff) |
Convert various to new name scheme.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1306 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.c b/src/init.c index be5ac206b..431e11941 100644 --- a/src/init.c +++ b/src/init.c @@ -726,7 +726,7 @@ int init_secondary(int ac, char **av) /* Announce a logfile error if there was one */ if (openlog_failed) { - anope_cmd_global(NULL, "Warning: couldn't open logfile: %s", + anope_SendGlobops(NULL, "Warning: couldn't open logfile: %s", strerror(openlog_errno)); } @@ -736,7 +736,7 @@ int init_secondary(int ac, char **av) /* And hybrid needs Global joined in the logchan */ if (logchan && ircd->join2msg) { /* XXX might desync */ - anope_cmd_join(s_GlobalNoticer, LogChannel, time(NULL)); + anope_SendJoin(s_GlobalNoticer, LogChannel, time(NULL)); } anope_cmd_eob(); |