Method: WikiBot::Bot#user_agent

Defined in:
lib/wikibot/core/bot.rb

#user_agentObject



48
49
50
# File 'lib/wikibot/core/bot.rb', line 48

def user_agent
  "#{@config.username}/#{self.version} WikiBot/#{WikiBot::VERSION} (https://github.com/dvandersluis/wikibot)"
end