examples/example.conf in daioikachan-0.0.5 vs examples/example.conf in daioikachan-0.0.6
- old
+ new
@@ -42,16 +42,20 @@
send_interval 2s # IRC has Excess Flood limit, this is the default value taken from ikachan
</match>
</label>
<label @slack>
+ <filter **>
+ type string_irc_slack # convert IRC color code to slack preformat ``
+ </filter>
<match **>
type slack
token "#{ENV['SLACK_API_TOKEN']}"
username daioikachan
channel %s
channel_keys channel
color good
icon_emoji :ghost:
+ mrkdwn true
flush_interval 1s # slack API has limit as a post / sec
</match>
</label>