浏览代码

Remove an extraneous line.

pull/8/merge
Ben Kurtovic 11 年前
父节点
当前提交
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))


正在加载...
取消
保存