Pārlūkot izejas kodu

bugfix in afc_status

tags/v0.1
Ben Kurtovic pirms 13 gadiem
vecāks
revīzija
e00202fccf
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      irc/commands/afc_status.py

+ 5
- 2
irc/commands/afc_status.py Parādīt failu

@@ -21,8 +21,11 @@ class AFCStatus(BaseCommand):
data.command == "count" or data.command == "num" or
data.command == "number" or data.command == "afc_status"):
return True
if data.line[1] == "JOIN" and data.chan in AFC_CHANS:
return True
try:
if data.line[1] == "JOIN" and data.chan in AFC_CHANS:
return True
except IndexError:
pass
return False

def process(self, data):


Notiek ielāde…
Atcelt
Saglabāt