diff options
Diffstat (limited to 'root_commands.c')
| -rw-r--r-- | root_commands.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/root_commands.c b/root_commands.c index 4ad78119..1cbf462f 100644 --- a/root_commands.c +++ b/root_commands.c @@ -1063,7 +1063,7 @@ static void cmd_blist(irc_t *irc, char **cmd)  	if (strchr(irc->umode, 'b') != NULL) {  		format = "%s\t%s\t%s";  	} else { -		format = "%-16.16s  %-40.40s  %s"; +		format = "%-24.24s  %-40.40s  %s";  	}  	irc_rootmsg(irc, format, "Nick", "Handle/Account", "Status"); | 
