diff options
author | Jonas Gorski <jogo@openwrt.org> | 2016-12-03 17:47:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-03 17:47:07 +0100 |
commit | c5d465a53c0f0fece0515991a79fdd4664065ce4 (patch) | |
tree | 53c17dac701ff3f3aa5e454226834a2211980dab /net/znc/Makefile | |
parent | a6a6cf2d477f64191ac0557475dee71120de3b0d (diff) | |
parent | 8de1538419e27bad0b8a5954774bee1415484120 (diff) |
Merge pull request #3508 from kdarbyshirebryant/zncplayback
znc: add advanced playback module
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 3 |
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.)) |