diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-28 13:07:32 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-28 13:07:32 +0000 |
commit | ee4f5716d33911836b75a895074869b7d28e4604 (patch) | |
tree | 40bafef12ff751c710b8f8db0c6e9c4ea7378b8c /src/common/weeconfig.h | |
parent | e26772dcdb42b1cd36c52b055d669210160ce1a0 (diff) | |
download | weechat-ee4f5716d33911836b75a895074869b7d28e4604.zip |
Added setting for ignoring some chars when completing nicks
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
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; |