mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
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
This commit is contained in:
parent
c7f7ec4391
commit
eb9f1eb985
3 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ typedef struct {
|
|||
int id;
|
||||
|
||||
unsigned int not_initialized:1;
|
||||
unsigned int case_insensitive:1;
|
||||
|
||||
char *name;
|
||||
char *fullname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue