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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logging.c') diff --git a/logging.c b/logging.c index 944dc91..23e2170 100644 --- a/logging.c +++ b/logging.c @@ -10,6 +10,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