support znc.in/playback

This commit is contained in:
Shivaram Lingamneni 2019-05-20 19:08:57 -04:00
parent 6291a44350
commit b96fdb2293
9 changed files with 184 additions and 21 deletions

View file

@ -321,6 +321,10 @@ func init() {
handler: whowasHandler,
minParams: 1,
},
"ZNC": {
handler: zncHandler,
minParams: 1,
},
}
initializeServices()