From 9483da32392f65a663edcaacc9b00ff0430494ee Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Fri, 19 Feb 2021 02:42:13 +0100 Subject: [PATCH] Added `Account` to show the main nick of a grouped nick(s). #270 --- modules/commands/ns_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/commands/ns_info.cpp b/modules/commands/ns_info.cpp index 7a780c003..018872b7d 100644 --- a/modules/commands/ns_info.cpp +++ b/modules/commands/ns_info.cpp @@ -60,6 +60,7 @@ class CommandNSInfo : public Command InfoFormatter info(source.nc); + info[_("Account")] = na->nc->display; if (nick_online) { bool shown = false;