[tor-commits] [policies/master] Drop #tor-internal from irc activity metrics

atagar at torproject.org atagar at torproject.org
Wed Oct 10 17:30:42 UTC 2018


commit 7c8f2efb982c492547fb3e560230b46bcb131a99
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Oct 10 10:28:42 2018 -0700

    Drop #tor-internal from irc activity metrics
    
    Last time we did this iirc someone argued against this channel being among the
    stats. I thought it was necessary because some folks *only* talk there, but on
    the other hand we're an open source project. Other scripts only measure
    publicly visible activity so probably good to do so here too if only for
    uniformity.
---
 scripts/irc_activity.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/irc_activity.py b/scripts/irc_activity.py
index d3043e3..6934e4a 100644
--- a/scripts/irc_activity.py
+++ b/scripts/irc_activity.py
@@ -15,7 +15,6 @@ IRC_CHANNELS = (
   '#tor',
   '#tor-project',
   '#tor-dev',
-  '#tor-internal',
 )
 
 AUTHOR = re.compile('^[0-9]{2}:[0-9]{2} <[ +@](\S+)>')



More information about the tor-commits mailing list