From 0ce64de7373e67aa4dd7ff55fc207c14a1faa19d Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 7 May 2008 23:02:29 +0000 Subject: [PATCH] Show % (halfops) correctly in /names. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@43 13b04d17-f746-0410-82c6-800466cd88b0 --- source/funny.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funny.c b/source/funny.c index 39d5b6e..a295fc7 100644 --- a/source/funny.c +++ b/source/funny.c @@ -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 == '+')