src: add AllowEvents core request

This commit is contained in:
Santiago Gimeno 2015-01-20 13:56:50 +01:00
parent 5e14ac2301
commit b3ca6fb04b

View file

@ -614,6 +614,12 @@ var templates = {
} }
], ],
AllowEvents: [
function(mode, ts) {
return [ 'CCSL', [ 35, mode, 2, ts ] ];
}
],
GrabServer: [ GrabServer: [
[ 'CxS', [36, 1]] [ 'CxS', [36, 1]]
], ],