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