Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Bugfix.
tags/v0.1^2
Ben Kurtovic
hace 12 años
padre
fe49bf3566
commit
b0764f22ca
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
earwigbot/commands/link.py
+1
-1
earwigbot/tasks/afc_dailycats.py
+ 1
- 1
earwigbot/commands/link.py
Ver fichero
@@ -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 fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar