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
Minor logic fix
tags/v0.1^2
Ben Kurtovic
hace 12 años
padre
b3c0869db2
commit
97c1710acf
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
earwigbot/commands/help.py
+ 1
- 1
earwigbot/commands/help.py
Ver fichero
@@ -40,7 +40,7 @@ class Command(BaseCommand):
def process(self, data):
if not data.command:
self.do_hello(data)
if data.args:
el
if data.args:
self.do_command_help(data)
else:
self.do_main_help(data)
Escribir
Vista previa
Cargando…
Cancelar
Guardar