소스 검색

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


불러오는 중...
취소
저장