Show % (halfops) correctly in /names.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@43 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-05-07 23:02:29 +00:00
parent e10dcbe7e2
commit 0ce64de737

View File

@@ -222,7 +222,7 @@ int cols = get_int_var(NAMES_COLUMNS_VAR);
do {
if (!count && fget_string_var(FORMAT_NAMES_BANNER_FSET))
strcpy(buffer, convert_output_format(fget_string_var(FORMAT_NAMES_BANNER_FSET), NULL, NULL));
if (*t == '@' || *t == '+' || *t == '~' || *t == '-')
if (*t == '@' || *t == '+' || *t == '~' || *t == '-' || *t == '%')
{
special = *t;
if (special == '+')