1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
= Integrations
:toc:
== /znc
Send command directly to ZNC.
The advantage of this over `+/msg+` is that
responses are not broadcast to call clients.
== /znc-playback
Request playback from the ZNC `playback` module.
Note that the playback module is not installed in ZNC by default!
When `date` is omitted,
uses the most recent date in the past that makes sense.
When both `time` and `date` are omitted,
all playback is requested.
Time format: `HOURS:MINUTES` (example: 7:00)
Date format: `YEAR-MONTH-DAY` (example: 2016-06-16)
|