Просмотр исходного кода

Remove an extraneous line.

pull/8/merge
Ben Kurtovic 11 лет назад
Родитель
Сommit
617d874d8b
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      commands/geolocate.py

+ 0
- 1
commands/geolocate.py Просмотреть файл

@@ -58,7 +58,6 @@ class Geolocate(Command):
msg = "your hostname, \x0302{0}\x0F, is not an IP address!"
self.reply(data, msg.format(data.host))
return
address = data.args[0]
if not self.is_ip(address):
msg = "\x0302{0}\x0F is not an IP address!"
self.reply(data, msg.format(address))


Загрузка…
Отмена
Сохранить