diff options
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c index c61c932af..939268710 100644 --- a/src/send.c +++ b/src/send.c @@ -102,7 +102,7 @@ void notice_server(char *source, Server * s, char *fmt, ...) vsnprintf(buf, BUFSIZE - 1, fmt, args); if (NSDefFlags & NI_MSG) { - anope_SendGlobalPrivmsg(source, s->name, buf); + ircdproto->SendGlobalPrivmsg(source, s->name, buf); } else { ircdproto->SendGlobalNotice(source, s->name, buf); } |