summaryrefslogtreecommitdiff
path: root/src/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 4da656d7f..c61c932af 100644
--- a/src/send.c
+++ b/src/send.c
@@ -104,7 +104,7 @@ void notice_server(char *source, Server * s, char *fmt, ...)
if (NSDefFlags & NI_MSG) {
anope_SendGlobalPrivmsg(source, s->name, buf);
} else {
- anope_SendGlobalNotice(source, s->name, buf);
+ ircdproto->SendGlobalNotice(source, s->name, buf);
}
va_end(args);
}