1
0
Fork 0
forked from External/ergo

reactions

This commit is contained in:
CEF Server 2025-01-18 22:21:47 +00:00
parent d73b6bac86
commit 3b0fecd381
9 changed files with 189 additions and 115 deletions

View file

@ -383,6 +383,11 @@ func init() {
handler: zncHandler,
minParams: 1,
},
// CEF custom commands
"REACT": {
handler: reactHandler,
minParams: 2,
},
}
initializeServices()