diff options
| -rw-r--r-- | root_commands.c | 3 | 
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; | 
