summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-11-17 20:40:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-11-17 20:40:23 +0000
commit4061f34127ccf0c912a8eb94c059f260ecda0b2a (patch)
treedb4bef7151a01000044005477d4734d422d6d49e /src/common/weeconfig.h
parentcad95b8f32a75080e60a50af3503d46e7feac12b (diff)
downloadweechat-4061f34127ccf0c912a8eb94c059f260ecda0b2a.zip
Added option "look_nicklist_separator" (task #5437)
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r--src/common/weeconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h
index 3eeeb51fd..4407fd9d9 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.h
@@ -102,6 +102,7 @@ extern int cfg_look_nicklist;
extern int cfg_look_nicklist_position;
extern int cfg_look_nicklist_min_size;
extern int cfg_look_nicklist_max_size;
+extern int cfg_look_nicklist_separator;
extern int cfg_look_nickmode;
extern int cfg_look_nickmode_empty;
extern char *cfg_look_no_nickname;