Explorar el Código

Capitalize "your".

pull/8/merge
Ben Kurtovic hace 11 años
padre
commit
2a5c102525
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      commands/geolocate.py

+ 1
- 1
commands/geolocate.py Ver fichero

@@ -55,7 +55,7 @@ class Geolocate(Command):
try:
address = gethostbyname(data.host)
except socket_error:
msg = "your hostname, \x0302{0}\x0F, is not an IP address!"
msg = "Your hostname, \x0302{0}\x0F, is not an IP address!"
self.reply(data, msg.format(data.host))
return
if not self.is_ip(address):


Cargando…
Cancelar
Guardar