I can't seem to figure out how to specify the types that should be posted to our IRC channels. Right now it's not posting anything. Here is my config:
"notification.channels" : ["#dev-activity"], "notification.types": ["DREV", "TASK"], "notification.verbosity": 2
Not sure if I'm just not specifying the types correctly or this is an actual bug. This definitely should be documented in the diviner docs as well. I also realize that notification.channels does not work according to T6911 (which is apparent in the source code as well).