From 24e89bbb2c656224d06aed084b952bbc885e3914 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Mon, 18 Jul 2016 14:39:11 -0600 Subject: Feature: Channel Management with Lua API Allows lua plugins to register handles for channel messages. * Only one handle can be registered for one channel at a time. * Plugins can also add and remove clients from channels, sending the appropriate packet to the client. --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 11e2f8376..f3fd7a824 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,8 @@ SET (SRCS BoundingBox.cpp ByteBuffer.cpp ChatColor.cpp + ChannelCallback.cpp + ChannelManager.cpp Chunk.cpp ChunkData.cpp ChunkMap.cpp @@ -90,6 +92,8 @@ SET (HDRS BuildInfo.h.cmake ByteBuffer.h ChatColor.h + ChannelCallback.h + ChannelManager.h Chunk.h ChunkData.h ChunkDataCallback.h -- cgit v1.2.3