diff options
author | dartraiden <wowemuh@gmail.com> | 2024-07-22 07:36:13 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-07-22 07:36:13 +0300 |
commit | 8b9edc20d27811aa3696374607962ee8a51dee52 (patch) | |
tree | 14ebd42e5a131422cbf39db1dfadc983826b6b2d | |
parent | f02dcd42ac54c448d5a3af69be87d971326b61b8 (diff) |
Dummy: restore Discord preset
-rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index bb96fcbeea..bd034acb54 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -21,6 +21,7 @@ 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") },
|