aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/root_commands.c b/root_commands.c
index 56260d26..a29294a0 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -244,6 +244,9 @@ static void cmd_account( irc_t *irc, char **cmd )
{
int i = 0;
+ if( strchr( irc->umode, 'b' ) )
+ irc_usermsg( irc, "Account list:" );
+
for( a = irc->accounts; a; a = a->next )
{
char *con;