summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
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