forked from External/ergo
reactions
This commit is contained in:
parent
d73b6bac86
commit
3b0fecd381
9 changed files with 189 additions and 115 deletions
|
|
@ -383,6 +383,11 @@ func init() {
|
|||
handler: zncHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
// CEF custom commands
|
||||
"REACT": {
|
||||
handler: reactHandler,
|
||||
minParams: 2,
|
||||
},
|
||||
}
|
||||
|
||||
initializeServices()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue