Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more ICQ #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/userinfo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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,
"requires": "",
"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"
}
}
}
Expand Down
9 changes: 6 additions & 3 deletions src/userinfo/userinfo.tcl
Original file line number Diff line number Diff line change
@@ -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 -- [email protected]
#
# v1.00 ButchBub 14 July 1997 -Original release. Based on
Expand All @@ -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.
Expand Down Expand Up @@ -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.

Expand Down