diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 23:01:40 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 23:01:40 +0100 |
commit | ef93f4d61f03faa0edd60f11c7790ad3b67b44d4 (patch) | |
tree | 89eceef73515b78fbc2111bc7197730211d537b2 /logging.h | |
parent | 013e8d87e979b121b1589ca9609e9b721e8f3a81 (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.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 |