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

/whois needs to give member ID. #104

Open
theorbtwo opened this issue Sep 23, 2024 · 1 comment
Open

/whois needs to give member ID. #104

theorbtwo opened this issue Sep 23, 2024 · 1 comment

Comments

@theorbtwo
Copy link
Member

This is needed for the box culling procedure.

@AnotherMatt92
Copy link
Contributor

This is also handy for the resend email URL request which requires people to know their ID number

Lack of perl not withstanding I think its a fairly easy fix by adding something along the lines of
my $p_data = $person->name . " (" . $person->tier->times_to_string . ") SM" . $person->id;

to line 492 of /lib/AccessSystem/TelegramBot.pm
not sure if field id need conversion to string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants