Merge "Fix variable access warnings"

This commit is contained in:
Jenkins 2015-09-12 00:23:27 +00:00 committed by Gerrit Code Review
commit 98ec6c6d2c
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