From 0a18477e513bd39dfaf50af3e8a83178778f92f2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 11 Jul 2013 23:51:13 -0400 Subject: [PATCH] Add #openstack-infra to eavesdrop There have been general requests for more logging of more things. I think we might have a longer discussion there. But recently there have been specific requests about -infra. I think that since discussions around the gate and rather wide-spread project concerns wind up happening in infra, we should definitely start logging it, and then we can talk about whether other team channels should be logged or not. Made this use an array of channels rather than a string for sanity. Change-Id: I3f3e82aa86155d1ac3010ca3c3ade006b7a26793 --- templates/supybot.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/supybot.conf.erb b/templates/supybot.conf.erb index 4c22d5a..3f32674 100644 --- a/templates/supybot.conf.erb +++ b/templates/supybot.conf.erb @@ -63,7 +63,7 @@ supybot.networks.<%= network %>.servers: <%= server %> # # Default value: ### -supybot.networks.<%= network %>.channels: <%= channels %> +supybot.networks.<%= network %>.channels: <% channels.each do |channel| %> <%= channel %> <% end %> ### # Determines what key (if any) will be used to join the channel.