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

Dummy: добавить пресет для Telegram #4358

Closed
dartraiden opened this issue Apr 16, 2024 · 3 comments
Closed

Dummy: добавить пресет для Telegram #4358

dartraiden opened this issue Apr 16, 2024 · 3 comments

Comments

@dartraiden
Copy link
Member

const ttemplate templates[] =
{
	{ LPGEN("Custom"), "", "" },
	{ "AIM", "SN", LPGEN("Screen name") },
#ifndef MIRANDA_VERSION_ISALPHA
	{ "Discord", "id", LPGEN("Discord ID") },
#endif
	{ "EmLAN", "Nick", LPGEN("User name") },
	{ "Facebook", "ID", LPGEN("Facebook ID") },
	{ "GG", "UIN", LPGEN("Gadu-Gadu number") },
	{ "ICQ", "UIN", LPGEN("User ID") },
	{ "ICQCorp", "UIN", LPGEN("ICQ number") },
	{ "IRC", "Nick", LPGEN("Nickname") },
	{ "Jabber", "jid", LPGEN("JID") },
	{ "MinecraftDynmap", "Nick", LPGEN("Visible name") },
	{ "MRA", "e-mail", LPGEN("E-mail address") },
	{ "MSN", "wlid", LPGEN("Live ID") },
	{ "Omegle", "nick", LPGEN("Visible name") },
	{ "Sametime", "stid", LPGEN("ID") },
	{ "Skype (SkypeKit)", "sid", LPGEN("Skype name") },
	{ "Skype (Classic)", "Username", LPGEN("Skype name") },
	{ "Skype (Web)", "Username", LPGEN("Skype name") },
	{ "Steam", "SteamID", LPGEN("Steam ID") },
	{ "Telegram", "id", LPGEN("Steam ID") },
	{ "Tlen", "jid", LPGEN("Tlen login") },
	{ "Tox", "ToxID", LPGEN("Tox ID") },
	{ "Twitter", "Username", LPGEN("Username") },
	{ "VKontakte", "ID", LPGEN("VKontakte ID") },
	{ "WhatsApp", "ID", LPGEN("WhatsApp ID") },
	{ "XFire", "Username", LPGEN("Username") },
	{ "Yahoo", "yahoo_id", LPGEN("ID") },
	{ 0, 0, 0 }
};

Telegram отсутствует.

@georgehazan
Copy link
Member

Вот я прямо смотрю на строку Telegram, которая сразу за Stean

@dartraiden
Copy link
Member Author

dartraiden commented Apr 17, 2024

Это я локально у себя сделал. В репе нет.
Ну и тебя не смутило, что там в строке телеграма написано Steam ID? :)

@dartraiden dartraiden reopened this Apr 17, 2024
@georgehazan
Copy link
Member

Оно уже добавлено

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

No branches or pull requests

2 participants