Enable #thanks feature statusbot

This enables the #thanks feature in statusbot.

Change-Id: I9fd10cbaa315d2a418f3bb65ff7e40014701ec85
Depends-On: I995c3189f0f109df35c56b63b3e19427f60f3750
This commit is contained in:
Mike Perez 2017-06-12 09:53:32 -07:00
parent a6b4f78006
commit b6df511df0
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]