浏览代码

Bugfix.

tags/v0.1^2
Ben Kurtovic 11 年前
父节点
当前提交
b0764f22ca
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      earwigbot/commands/link.py
  2. +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



正在加载...
取消
保存