summaryrefslogtreecommitdiff
path: root/nsa
diff options
context:
space:
mode:
Diffstat (limited to 'nsa')
-rwxr-xr-xnsa2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsa b/nsa
index cd7a2cd..5c8265f 100755
--- a/nsa
+++ b/nsa
@@ -349,6 +349,8 @@ sleep 5
channels = {}
CONFIG['projects'].each_value do |cl|
cl.each do |c|
+ m = /^NOTICE:(.*)/.match c
+ if m then c = m[1]
channels[c] = true
end
end