aboutsummaryrefslogtreecommitdiff
path: root/net/znc/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2016-12-03 17:47:07 +0100
committerGitHub <noreply@github.com>2016-12-03 17:47:07 +0100
commitc5d465a53c0f0fece0515991a79fdd4664065ce4 (patch)
tree53c17dac701ff3f3aa5e454226834a2211980dab /net/znc/Makefile
parenta6a6cf2d477f64191ac0557475dee71120de3b0d (diff)
parent8de1538419e27bad0b8a5954774bee1415484120 (diff)
Merge pull request #3508 from kdarbyshirebryant/zncplayback
znc: add advanced playback module
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r--net/znc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile
index a36c8e010..feabd65c4 100644
--- a/net/znc/Makefile
+++ b/net/znc/Makefile
@@ -236,6 +236,9 @@ $(eval $(call module,partyline,Allows ZNC users to join internal channels and \
$(eval $(call module,perform,Performs commands on connect.))
+$(eval $(call module,playback,Avoid repetitive playback buffers on re-connect \
+ with supported clients (e.g. mutter, colluquy)))
+
$(eval $(call module,q,Auths you with Q (and a little more).))
$(eval $(call module,raw,View all of the raw traffic.))