From e6e1f1815e332f88be3c315f1f8cebf0047721f5 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 1 Apr 2006 17:40:55 +0200 Subject: List header for "account list" in mode +b. --- root_commands.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'root_commands.c') 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; -- cgit v1.2.3