diff options
Diffstat (limited to 'logging.c')
-rw-r--r-- | logging.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |