From fa349af466985c51e8a7c77f2bac73b08365e46f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 4 Oct 2012 17:25:49 -0400 Subject: [PATCH] Forward messages with non-null non-ping opcodes. (imported from commit 4b1a8749f05624891f4d9996188e9597eeb234f1) --- zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr_mirror.py b/zephyr_mirror.py index 5d673ae..5611db0 100644 --- a/zephyr_mirror.py +++ b/zephyr_mirror.py @@ -107,7 +107,7 @@ def process_loop(log): is_personal = False is_huddle = False - if notice.opcode != "": + if notice.opcode == "PING": # skip PING messages continue