Procházet zdrojové kódy

check +F instead of +q for founder

tags/v2.4.0-rc1
Shivaram Lingamneni před 3 roky
rodič
revize
a19ac34ace
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      distrib/atheme/atheme2json.py

+ 1
- 1
distrib/atheme/atheme2json.py Zobrazit soubor

@@ -68,7 +68,7 @@ def convert(infile):
68 68
             set_at = int(parts[4])
69 69
             if 'amode' not in chdata:
70 70
                 chdata['amode'] = {}
71
-            if 'q' in flags:
71
+            if 'F' in flags:
72 72
                 # there can only be one founder
73 73
                 preexisting_founder, preexisting_set_at = channel_to_founder[chname]
74 74
                 if preexisting_founder is None or set_at < preexisting_set_at:

Načítá se…
Zrušit
Uložit