diff --git a/Dashing.conf/jobs/icndb.rb b/Dashing.conf/jobs/icndb.rb index 38427bc..646c378 100644 --- a/Dashing.conf/jobs/icndb.rb +++ b/Dashing.conf/jobs/icndb.rb @@ -6,7 +6,7 @@ @@joke SCHEDULER.every '24h', :first_in => 0 do |job| - url = URI.parse("#{server}/jokes/random?limitTo=[nerdy]") + url = URI.parse("#{server}/jokes/random?limitTo=[nerdy]&firstName=Usman&lastName=Iqbal") http = Net::HTTP.new(url.host, url.port) http.use_ssl = (url.scheme == 'https') http.verify_mode = OpenSSL::SSL::VERIFY_NONE @@ -22,4 +22,4 @@ SCHEDULER.every '10s', :first_in => 0 do |job| send_event('motd', { message: "#{@@joke}", origin: 'auto' }) -end \ No newline at end of file +end