1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 19:43:14 +02:00

Show the account id as part of the account field.

This commit is contained in:
Sadie Powell
2025-09-12 15:44:24 +01:00
parent 535ff9b839
commit ad19603818
+1 -2
View File
@@ -88,8 +88,7 @@ public:
InfoFormatter info(source.nc);
info[_("Account")] = na->nc->display;
info[_("Account id")] = Anope::ToString(na->nc->GetId());
info[_("Account")] = Anope::Format("%s (%zu)", na->nc->display.c_str(), na->nc->GetId());
if (nick_online)
{
bool shown = false;