이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
earwigbot
의 미러
https://github.com/earwig/earwigbot
보기
1
좋아요
1
포크
0
코드
릴리즈
4
활동
소스 검색
Bugfix.
tags/v0.1^2
Ben Kurtovic
12 년 전
부모
fe49bf3566
커밋
b0764f22ca
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/commands/link.py
+1
-1
earwigbot/tasks/afc_dailycats.py
+ 1
- 1
earwigbot/commands/link.py
파일 보기
@@ -45,7 +45,7 @@ class Link(Command):
elif data.command == "link":
if not data.args:
if
self.last[data.chan]
:
if
data.chan in self.last
:
links = u" , ".join(self.parse_line(self.last[data.chan]))
self.reply(data, links.encode("utf8"))
else:
+ 1
- 1
earwigbot/tasks/afc_dailycats.py
파일 보기
@@ -23,7 +23,7 @@
from earwigbot.tasks import Task
class AFCDailyCats(Task):
"""
A task to create daily categories for [[WP:AFC]]."""
"""A task to create daily categories for [[WP:AFC]]."""
name = "afc_dailycats"
number = 3
쓰기
미리보기
불러오는 중...
취소
저장