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:
@@ -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 == '+')
|
||||
|
||||
Reference in New Issue
Block a user