Update plugin.py
This commit is contained in:
parent
c8e1f8ecd6
commit
51a74b90da
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue