mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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.
This commit is contained in:
@@ -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.))
|
||||
|
||||
Reference in New Issue
Block a user