module Browser::Bots

def bot?

def bot?
  Browser::Bots.detect_empty_ua? && ua.strip == "" || BOTS.any? {|key, _| ua.include?(key) }
end