Fix variable access warnings

Change-Id: I66bf64e3fbcdbf90b87f1116b0b7650b77780493
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-09 16:55:32 -04:00
parent 3e21aaa7e8
commit 38a5dbb92d
1 changed files with 8 additions and 8 deletions

View File

@ -1,22 +1,22 @@
[ircbot]
nick=<%= nick %>
pass=<%= password %>
server=<%= server %>
nick=<%= @nick %>
pass=<%= @password %>
server=<%= @server %>
port=6667
<% if @channels.respond_to?('join') -%>
channels=<%= @channels.join(',') %>
<% else -%>
channels=<%= @channels %>
<% end -%>
nicks=<%= auth_nicks %>
nicks=<%= @auth_nicks %>
lockfile=/var/run/statusbot/statusbot.pid
log_config=/etc/statusbot/logging.config
[wiki]
username=<%= wiki_user %>
password=<%= wiki_password %>
url=<%= wiki_url %>
pageid=<%= wiki_pageid %>
username=<%= @wiki_user %>
password=<%= @wiki_password %>
url=<%= @wiki_url %>
pageid=<%= @wiki_pageid %>
[alertfile]
dir=/var/lib/statusbot/www