Преглед на файлове

in AFCStatus, use 'if x.y and x.z in [a, b, c]' instead of 'if x.y and (x.z == a or x.z == b or x.z ==c)'

tags/v0.1^2
Ben Kurtovic преди 13 години
родител
ревизия
21e87d9d3c
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. +1
    -3
      irc/commands/afc_status.py

+ 1
- 3
irc/commands/afc_status.py Целия файл

@@ -16,9 +16,7 @@ class AFCStatus(BaseCommand):
return "Get the number of pending AfC submissions, open redirect requests, and open file upload requests."

def check(self, data):
if data.is_command and (data.command == "status" or
data.command == "count" or data.command == "num" or
data.command == "number" or data.command == "afc_status"):
if data.is_command and data.command in ["status", "count", "num", "number", "afc_status"]:
return True
try:
if data.line[1] == "JOIN" and data.chan == "#wikipedia-en-afc":


Зареждане…
Отказ
Запис