From c61567b67a1bba0e7d3742866df9107126d8d4bc Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 28 Nov 2012 21:17:23 -0500 Subject: [PATCH] zephyr_mirror: Add two more restricted access classes. (imported from commit 06ff0e19c1522ade018aea66f152fdfa55c18e1d) --- bots/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index d6853de..f844e03 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -188,7 +188,7 @@ def update_subscriptions_from_humbug(): encoded_stream = stream.encode("utf-8") if stream in current_zephyr_subs: continue - if stream in ['security', 'login', 'network']: + if stream.lower() in ['security', 'login', 'network', 'ops', 'user_locate']: # These zephyr classes cannot be subscribed to by us, due # to MIT's Zephyr access control settings continue