From a19ac34acee1e70972478de1c42a1be1b1aff02a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 5 Oct 2020 11:44:22 -0400 Subject: [PATCH] check +F instead of +q for founder --- distrib/atheme/atheme2json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/atheme/atheme2json.py b/distrib/atheme/atheme2json.py index 05a588bb..c30fe99c 100644 --- a/distrib/atheme/atheme2json.py +++ b/distrib/atheme/atheme2json.py @@ -68,7 +68,7 @@ def convert(infile): set_at = int(parts[4]) if 'amode' not in chdata: chdata['amode'] = {} - if 'q' in flags: + if 'F' in flags: # there can only be one founder preexisting_founder, preexisting_set_at = channel_to_founder[chname] if preexisting_founder is None or set_at < preexisting_set_at: