Added donation blurb in start up messages.

This commit is contained in:
Storm Dragon
2025-07-29 11:28:01 -04:00
parent 8c19f760d8
commit 45e55727a1
+9
View File
@@ -12,6 +12,9 @@
# This derivative work distributed under the Floodgap Free Software License
# http://www.floodgap.com/software/ffsl/
#
# If you like and want to support TTYverse, please consider becoming a patron:
# https://patreon.com/stormux
#
# After all, we're flesh and blood. -- Oingo Boingo
# If someone writes an app and no one uses it, does his code run? -- me
#
@@ -2168,6 +2171,12 @@ if ($superverbose) {
} else {
print $stdout "-- verbosity enabled.\n\n" if ($verbose);
}
# Show donation message unless in silent mode
unless ($silent) {
print $stdout "-- If you like TTYverse, consider supporting development: https://patreon.com/stormux\n";
}
sleep 3 unless ($silent);
# these three functions are outside of the usual API assertions for clarity.