diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-11-12 20:35:39 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-11-13 09:11:43 +0000 |
commit | 8de1538419e27bad0b8a5954774bee1415484120 (patch) | |
tree | cea7e945c25c3e8c61c232f318d546f00c684046 /net/znc/Makefile | |
parent | 325c2ebbf8b8ea182d5414f0b5ca02492d1cf0bc (diff) |
znc: add advanced playback module
The advanced playback module makes it possible for IRC clients to avoid
undesired repetitive buffer playback. IRC clients may request the module
to send a partial buffer playback starting from and ending to a certain
point of time.
Particularly useful with (supporting) mobile clients such as Mutter,
Colloquy & others.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
---
Unfortunately playback.cpp is not included as part of the standard ZNC
modules and so has been added as a patch.
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 4fa31c468..d541e9867 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.)) |