aboutsummaryrefslogtreecommitdiff
path: root/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'room.cpp')
-rw-r--r--room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/room.cpp b/room.cpp
index b5e6a906..e559bc37 100644
--- a/room.cpp
+++ b/room.cpp
@@ -321,7 +321,7 @@ QString Room::roomMembername(User *u) const
}
// In case of more than one namesake, disambiguate with user id.
- return username % " <" % u->id() % ">";
+ return username % " (" % u->id() % ")";
}
QString Room::roomMembername(QString userId) const