Merge "Enable #thanks feature statusbot"

This commit is contained in:
Jenkins 2017-10-06 00:31:58 +00:00 committed by Gerrit Code Review
commit 7b9f7fbd88
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class statusbot(
$channels = [],
$irclogs_url = undef,
$wiki_successpageid = undef,
$wiki_thankspageid = undef,
$twitter = undef,
) {

View File

@ -24,6 +24,10 @@ pageid=<%= @wiki_pageid %>
<% if @wiki_successpageid %>
successpageid=<%= @wiki_successpageid %>
<% end -%>
<% if @wiki_thankspageid %>
thankspageid=<%= @wiki_thankspageid %>
<% end -%>
<% if @irclogs_url %>
[irclogs]