Skip to content

Commit

Permalink
src: add AllowEvents core request
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed Jan 20, 2015
1 parent 5e14ac2 commit b3ca6fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/corereqs.js
Expand Up @@ -613,6 +613,12 @@ var templates = {
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
}
],

AllowEvents: [
function(mode, ts) {
return [ 'CCSL', [ 35, mode, 2, ts ] ];
}
],

GrabServer: [
[ 'CxS', [36, 1]]
Expand Down

0 comments on commit b3ca6fb

Please sign in to comment.