From eb5f767d5380f58e905d3b535f4d53d8e0be7d7e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Mon, 3 Nov 2014 10:32:21 +0000 Subject: [PATCH] Update default /FSET LINKS so it shows more than the first word of the server description. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@522 13b04d17-f746-0410-82c6-800466cd88b0 --- include/color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/color.h b/include/color.h index ef93c50..63c4c18 100644 --- a/include/color.h +++ b/include/color.h @@ -544,9 +544,9 @@ #define DEFAULT_FORMAT_LEAVE_FSET "$G $1 %K[%w$2%K]%n has left $3 %K[%W$4-%K]" #ifdef ONLY_STD_CHARS -#define DEFAULT_FORMAT_LINKS_FSET "%K|%n$[24]0%K| |%n$[24]1%K| |%n$[3]2%K| |%n$[13]3%K|" +#define DEFAULT_FORMAT_LINKS_FSET "%K|%n$[24]0%K| |%n$[24]1%K| |%n$[3]2%K| |%n$[13]3-%K|" #else -#define DEFAULT_FORMAT_LINKS_FSET "%K³%n$[24]0%K³ ³%n$[24]1%K³ ³%n$[3]2%K³ ³%n$[13]3%K³" +#define DEFAULT_FORMAT_LINKS_FSET "%K³%n$[24]0%K³ ³%n$[24]1%K³ ³%n$[3]2%K³ ³%n$[13]3-%K³" #endif #define DEFAULT_FORMAT_LIST_FSET "$[12]1 $[-5]2 $[40]3-"