summaryrefslogtreecommitdiffstats
path: root/src/ChannelCallback.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Channel Management with Lua APIChannelManagementSamuel Barney2016-08-151-0/+14
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.