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
Fix NameError
tags/v0.1^2
Ben Kurtovic
hace 12 años
padre
b1392afd64
commit
4aa177dfd0
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/irc/data.py
+ 1
- 1
earwigbot/irc/data.py
Ver fichero
@@ -66,7 +66,7 @@ class Data(object):
self._args = self.msg.strip().split()[1:]
try:
self._command = args[0].lower()
self._command =
self.
args[0].lower()
except IndexError:
return
Escribir
Vista previa
Cargando…
Cancelar
Guardar