aboutsummaryrefslogtreecommitdiff
path: root/user.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-11-10 19:27:40 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-11-10 19:27:40 +0900
commit92ede101bbde3b853a3eed20f6c097cd7a137b9c (patch)
tree40e95d3eb8ccea86bdf3fc8d85cb7d85cf3d60a5 /user.cpp
parent87d358f5aadd85840bf649769e7d052fdeaad684 (diff)
downloadlibquotient-92ede101bbde3b853a3eed20f6c097cd7a137b9c.tar.gz
libquotient-92ede101bbde3b853a3eed20f6c097cd7a137b9c.zip
Add Telegram to the list of bridge suffixes
Diffstat (limited to 'user.cpp')
-rw-r--r--user.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.cpp b/user.cpp
index dea75360..faad6231 100644
--- a/user.cpp
+++ b/user.cpp
@@ -114,7 +114,7 @@ void User::processEvent(Event* event)
return;
auto newName = e->displayName();
- QRegularExpression reSuffix(" \\((IRC|Gitter)\\)$");
+ QRegularExpression reSuffix(" \\((IRC|Gitter|Telegram)\\)$");
auto match = reSuffix.match(newName);
if (match.hasMatch())
{