mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Added chat protocol register. Changed all chat_type fields to use it.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@640 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
03091413ee
commit
28a7908e73
26 changed files with 259 additions and 62 deletions
|
|
@ -18,6 +18,7 @@ libcore_a_SOURCES = \
|
|||
channels.c \
|
||||
channels-setup.c \
|
||||
commands.c \
|
||||
chat-protocols.c \
|
||||
chatnets.c \
|
||||
core.c \
|
||||
levels.c \
|
||||
|
|
@ -57,6 +58,7 @@ noinst_HEADERS = \
|
|||
channels.h \
|
||||
channels-setup.h \
|
||||
commands.h \
|
||||
chat-protocols.h \
|
||||
chatnets.h \
|
||||
core.h \
|
||||
levels.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue