Nickmatch cache. A couple of helper functions to check if channel nicks

belong to something. Used for checking nickmasks in highlighting and
ignores (well, ignore isn't done yet).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1138 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-21 04:09:48 +00:00 committed by cras
commit 1bfa0e1ee3
4 changed files with 151 additions and 0 deletions

View file

@ -36,6 +36,7 @@ libcore_a_SOURCES = \
net-sendbuffer.c \
network.c \
nicklist.c \
nickmatch-cache.c \
pidwait.c \
queries.c \
rawlog.c \
@ -81,6 +82,7 @@ noinst_HEADERS = \
network.h \
nick-rec.h \
nicklist.h \
nickmatch-cache.h \
pidwait.h \
queries.h \
rawlog.h \