1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 00:23:12 +02:00

Added Account to show the main nick of a grouped nick(s).

#270
This commit is contained in:
PeGaSuS
2021-02-19 02:42:13 +01:00
committed by GitHub
parent c67911bfcc
commit 9483da3239
+1
View File
@@ -60,6 +60,7 @@ class CommandNSInfo : public Command
InfoFormatter info(source.nc);
info[_("Account")] = na->nc->display;
if (nick_online)
{
bool shown = false;