Implement advertising system
DenisGorbachev opened this issue · 0 comments
DenisGorbachev commented
- 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
istrue
(note: config is read fromconfig_filename
) - Don't display an ad in
:test
environment