# File rbot/plugins/nslookup.rb, line 11
    def gethostname(address)
      Socket.gethostbyname(address).first
    end