From 063229e7960c73cee82a806b14592a2e2be375da Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 30 Jul 2025 19:36:00 -0400 Subject: [PATCH] Fix up profile tmeplate just a bit. --- ttyverse.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ttyverse.pl b/ttyverse.pl index 01e094f..c91f23e 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -11439,10 +11439,9 @@ EOF # Always add commented examples for guidance print TEMPLATE "# \n"; print TEMPLATE "# Examples (uncomment and edit to use):\n"; - print TEMPLATE "# custom_field = GitHub = yourusername\n"; + print TEMPLATE "# custom_field = XMPP = you.xmpp.domain\n"; print TEMPLATE "# custom_field = Matrix = \@you:matrix.org\n"; print TEMPLATE "# custom_field = Blog = https://myblog.com\n"; - print TEMPLATE "# custom_field = Website = https://yoursite.com\n"; close(TEMPLATE); chmod(0600, $profile_path); # Keep private