diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-10 19:27:40 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-10 19:27:40 +0900 |
commit | 92ede101bbde3b853a3eed20f6c097cd7a137b9c (patch) | |
tree | 40e95d3eb8ccea86bdf3fc8d85cb7d85cf3d60a5 /user.cpp | |
parent | 87d358f5aadd85840bf649769e7d052fdeaad684 (diff) | |
download | libquotient-92ede101bbde3b853a3eed20f6c097cd7a137b9c.tar.gz libquotient-92ede101bbde3b853a3eed20f6c097cd7a137b9c.zip |
Add Telegram to the list of bridge suffixes
Diffstat (limited to 'user.cpp')
-rw-r--r-- | user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) { |