diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index 3da5eb9..d3d59b4 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -282,7 +282,7 @@ def process_notice(notice, log): zeph["subject"] = "personal" # Add instances in for instanced personals - if zeph['type'] == "personal" and notice.instance != "personal": + if zeph['type'] == "personal" and notice.instance.lower() != "personal": zeph["content"] = "[-i %s]" % (notice.instance,) + "\n" + zeph["content"] zeph = decode_unicode_byte_strings(zeph)