diff --git a/src/userinfo/manifest.json b/src/userinfo/manifest.json index 476d305..921c9d9 100644 --- a/src/userinfo/manifest.json +++ b/src/userinfo/manifest.json @@ -1,8 +1,8 @@ { - "schema":1, + "schema":1, "name": "userinfo", - "version_major": 2, - "version_minor": 0, + "version_major": 1, + "version_minor": 09, "description": "Cute user info settings things", "config": { "loaded": 0, @@ -10,7 +10,7 @@ "vars": { "userinfo-fields": { "description": "Fields to save information into", - "value": "URL BF GF IRL EMAIL DOB PHONE ICQ YOUTUBE TWITCH" + "value": "URL BF GF IRL EMAIL DOB PHONE SEX YOUTUBE TWITCH" } } } diff --git a/src/userinfo/userinfo.tcl b/src/userinfo/userinfo.tcl index 8af5ac3..b370e05 100644 --- a/src/userinfo/userinfo.tcl +++ b/src/userinfo/userinfo.tcl @@ -1,4 +1,4 @@ -# userinfo.tcl v1.08 for Eggdrop 1.4.3 and higher +# userinfo.tcl v1.09 for Eggdrop 1.4.3 and higher # Scott G. Taylor -- ButchBub!staylor@mrynet.com # # v1.00 ButchBub 14 July 1997 -Original release. Based on @@ -22,6 +22,9 @@ # -added new fields PHONE and ICQ # v1.08 mortmann 16 July 2020 -added new fields YOUTUBE and TWITCH # +# v1.09 CrazyCat 21 January 2025 -removed field ICQ (EoL 2024-06-26) +# -added new field SEX +# # TO USE: o Set the desired userinfo field keywords to the # `userinfo-fields' line below where indicated. # o Load this script on a 1.4.3 or later Eggdrop bot. @@ -62,14 +65,14 @@ # DOB Birthday (Date Of Birth) # EMAIL Email address # PHONE Phone number -# ICQ ICQ number +# SEX Sex # YOUTUBE YouTube channel # TWITCH Twitch channel # This script's identification -set userinfover "Userinfo TCL v1.08" +set userinfover "Userinfo TCL v1.09" # This script is NOT for pre-1.4.3 versions.