소스 검색

add searchook as a valid filename tag

david 8 년 전
부모
커밋
e91f6abea1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bot.py

+ 1 - 1
bot.py

@@ -173,7 +173,7 @@ class IRCClient():
 
         out = []
         for f in files:
-            if "searchbot" in f.lower():
+            if "searchbot" in f.lower() or "searchook" in f.lower():
                 out.append(self.list_books(f))
 
         self.OUTPUT = []