diff options
author | dartraiden <wowemuh@gmail.com> | 2022-01-20 18:06:06 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-01-20 18:06:06 +0300 |
commit | 74d5c3ad61cfd5cb656b8a1cb52d153913d2b7a1 (patch) | |
tree | c654bc7d19c41605ce51f6057ac4240ffaf94d57 /protocols/Dummy/src | |
parent | 6e4def4e1d0226414202b8a9532785bba33b8166 (diff) |
Dummy: add Discord template
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r-- | protocols/Dummy/src/dummy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h index e371e30bc5..a5e1461435 100644 --- a/protocols/Dummy/src/dummy.h +++ b/protocols/Dummy/src/dummy.h @@ -35,6 +35,7 @@ static const ttemplate templates[] = {
{ LPGEN("Custom"), "", "" },
{ "AIM", "SN", LPGEN("Screen name") },
+ { "Discord", "id", LPGEN("Discord ID") },
{ "EmLAN", "Nick", LPGEN("User name") },
{ "Facebook", "ID", LPGEN("Facebook ID") },
{ "GG", "UIN", LPGEN("Gadu-Gadu number") },
|