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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user