summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-29 23:01:40 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-29 23:01:40 +0100
commitef93f4d61f03faa0edd60f11c7790ad3b67b44d4 (patch)
tree89eceef73515b78fbc2111bc7197730211d537b2 /logging.c
parent013e8d87e979b121b1589ca9609e9b721e8f3a81 (diff)
Include NOTICEs in the replay log and normal logs. Particularly useful for relaying NickServ IDENTIFY password warnings to clients shortly after connecting.
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c2
1 files changed, 2 insertions, 0 deletions
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