aboutsummaryrefslogtreecommitdiff
path: root/user.cpp
diff options
context:
space:
mode:
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())
{