From 51a74b90da586ef9e7471fdb4a0eb903acb1df4e Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 8 Sep 2019 09:33:03 -0400 Subject: [PATCH] Update plugin.py --- suds/plugin.py | 2 ++ 1 file changed, 2 insertions(+) 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')