donation: add prefix text for m type - www.codemadness.org - www.codemadness.org saait content files
HTML git clone git://git.codemadness.org/www.codemadness.org
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b8bd57e1218cc537c390264b02d9b4f614df6336
DIR parent 70d10c9bc6da6cf6a257d672aa2f7647f8785a09
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 11 Nov 2024 19:04:07 +0100
donation: add prefix text for m type
Diffstat:
M cgi-bin/donate/main.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/cgi-bin/donate/main.c b/cgi-bin/donate/main.c
@@ -169,6 +169,9 @@ main(void)
case 'j':
fputs(" sent a joke:\n\n", fp);
break;
+ case 'm':
+ fputs(" sent ONE MILLION DOLLARS:\n\n", fp);
+ break;
}
fputs(msg, fp);