aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c
index ddef9cde..cdddf7f2 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -412,7 +412,7 @@ static void cmd_account( irc_t *irc, char **cmd )
else
con = "";
- irc_usermsg( irc, "%2d. %s, %s%s", i, a->prpl->name, a->user, con );
+ irc_usermsg( irc, "%2d (%s): %s, %s%s", i, a->tag, a->prpl->name, a->user, con );
i ++;
}