From ef93f4d61f03faa0edd60f11c7790ad3b67b44d4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 29 May 2019 23:01:40 +0100 Subject: Include NOTICEs in the replay log and normal logs. Particularly useful for relaying NickServ IDENTIFY password warnings to clients shortly after connecting. --- logging.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logging.h') diff --git a/logging.h b/logging.h index 012d239..e998773 100644 --- a/logging.h +++ b/logging.h @@ -30,6 +30,8 @@ // If LOG_PRIVMSG then it expects a string in the format: // :from!bar@baz PRIVMSG to :hello world // +// LOG_PRIVMSG is also used for NOTICEs. +// // If LOG_JOINPART then it expects a string in the format: // :nick!bar@baz JOIN :#channel // or -- cgit v1.2.3