summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeGaSuS <droider.pc@gmail.com>2021-02-19 02:42:13 +0100
committerGitHub <noreply@github.com>2021-02-19 01:42:13 +0000
commit9483da32392f65a663edcaacc9b00ff0430494ee (patch)
tree3687bb1d05cee567c5b176f7f2022f8324a5afc2
parentc67911bfcc44b8fe010f3a35e966746c30656d55 (diff)
Added `Account` to show the main nick of a grouped nick(s).
#270
-rw-r--r--modules/commands/ns_info.cpp1
1 files changed, 1 insertions, 0 deletions
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;