summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 2 insertions, 0 deletions
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