From 8104139a3535a49caf7ec0ed64e8e33ea686494f Mon Sep 17 00:00:00 2001 From: lgandx Date: Wed, 10 Feb 2021 13:09:07 -0300 Subject: [PATCH] Added donation banner. --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 0192dea..7d0714e 100644 --- a/utils.py +++ b/utils.py @@ -420,5 +420,5 @@ def StartupMessage(): print(' %-27s' % "Don't Respond To" + color(str(settings.Config.DontRespondTo), 5, 1)) if len(settings.Config.DontRespondToName): print(' %-27s' % "Don't Respond To Names" + color(str(settings.Config.DontRespondToName), 5, 1)) - print('\n\n') + print(color('\nYou like this free software?\nYour company makes $$$$$$ with these epic compromises?\nYou can help to keep this tool free of charge for everyone by sending a few $XLM (Lumens Stellars) to this address: "GCGBMO772FRLU6V4NDUKIEXEFNVSP774H2TVYQ3WWHK4TEKYUUTLUKUH" or legacy $BTC to "1HkFmFs5fmbCoJ7ZM5HHbGgjyqemfU9o7Q"\n\n',3,1))