diff options
author | Timo Sirainen <cras@irssi.org> | 2001-09-11 17:47:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-09-11 17:47:31 +0000 |
commit | eb9f1eb9850fa1254feee9f740f525e49240fbdc (patch) | |
tree | 71cdb6697752c1c19f3d669733870dbd204ac6b9 /src/core | |
parent | c7f7ec439180cfdccad5220cf54448eb008c6d77 (diff) | |
download | irssi-eb9f1eb9850fa1254feee9f740f525e49240fbdc.zip |
autolog: target name is now always lowercased with irc protocol.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1789 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/chat-protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/chat-protocols.h b/src/core/chat-protocols.h index cc7eaadc..74e34151 100644 --- a/src/core/chat-protocols.h +++ b/src/core/chat-protocols.h @@ -5,6 +5,7 @@ typedef struct { int id; unsigned int not_initialized:1; + unsigned int case_insensitive:1; char *name; char *fullname; |