summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-10-28 13:07:32 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-10-28 13:07:32 +0000
commitee4f5716d33911836b75a895074869b7d28e4604 (patch)
tree40bafef12ff751c710b8f8db0c6e9c4ea7378b8c /src/common/weeconfig.h
parente26772dcdb42b1cd36c52b055d669210160ce1a0 (diff)
downloadweechat-ee4f5716d33911836b75a895074869b7d28e4604.zip
Added setting for ignoring some chars when completing nicks
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 f624261eb..620337dd9 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.h
@@ -100,6 +100,7 @@ extern int cfg_look_nickmode;
extern int cfg_look_nickmode_empty;
extern char *cfg_look_no_nickname;
extern char *cfg_look_completor;
+extern char *cfg_look_nick_completion_ignore;
extern int cfg_look_infobar;
extern char *cfg_look_infobar_timestamp;
extern int cfg_look_infobar_seconds;