Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot
espelhamento de
https://github.com/earwig/earwigbot
Observar
1
Favorito
1
Fork
0
Código
Versões
4
Atividade
Ver código fonte
Bugfix.
tags/v0.1^2
Ben Kurtovic
12 anos atrás
pai
fe49bf3566
commit
b0764f22ca
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
earwigbot/commands/link.py
+1
-1
earwigbot/tasks/afc_dailycats.py
+ 1
- 1
earwigbot/commands/link.py
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar