diff --git a/suds/plugin.py b/suds/plugin.py index 8f29ee1..5ed7eed 100644 --- a/suds/plugin.py +++ b/suds/plugin.py @@ -1320,6 +1320,8 @@ class Suds(callbacks.Plugin): text = 'Value: %d, Loan: %d, Income: %d, Delivered Cargo: %d' %\ utils.companyValue(conn.companies) irc.reply(text) + for company in conn.companies.values(): + irc.reply(company.economy.history) else: irc.reply('There are currently no companies in existence. '\ 'Without companies, there cannot be an economy')