DenisGorbachev/cryptozaur

Implement advertising system

DenisGorbachev opened this issue · 0 comments

  • Display an ad randomly after 1 in 3 command invocations
  • Choose an ad from hardcoded list of ads.
  • Don't display an ad for account-related commands (e.g. add.account)
  • Don't display an ad if config option hide_ads is true (note: config is read from config_filename)
  • Don't display an ad in :test environment