소스 검색

Capitalise replies in !pending

tags/v0.1^2
Justin Yulli Kim 12 년 전
부모
커밋
121a57d5a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      earwigbot/commands/afc_pending.py

+ 2
- 2
earwigbot/commands/afc_pending.py 파일 보기

@@ -28,7 +28,7 @@ class AFCPending(Command):
commands = ["pending", "pend"]

def process(self, data):
msg1 = "pending submissions status page: http://enwp.org/WP:AFC/ST"
msg2 = "pending submissions category: http://enwp.org/CAT:PEND"
msg1 = "Pending submissions status page: http://enwp.org/WP:AFC/ST"
msg2 = "Pending submissions category: http://enwp.org/CAT:PEND"
self.reply(data, msg1)
self.reply(data, msg2)

불러오는 중...
취소
저장