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