File: cmds_integration.adoc

package info (click to toggle)
glirc 2.40.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: haskell: 15,053; ansic: 84; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
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)