diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ void alog(const char *fmt, ...) fprintf(stderr, "%s %s\n", buf, str); } if (LogChannel && logchan && !debug && findchan(LogChannel)) { - ircdproto->SendPrivmsg(s_GlobalNoticer, LogChannel, "%s", str); + ircdproto->SendPrivmsg(findbot(s_GlobalNoticer), LogChannel, "%s", str); } errno = errno_save; } |