瀏覽代碼

Capitalize "your".

pull/8/merge
Ben Kurtovic 11 年之前
父節點
當前提交
2a5c102525
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      commands/geolocate.py

+ 1
- 1
commands/geolocate.py 查看文件

@@ -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):


Loading…
取消
儲存