diff --git a/lib/corereqs.js b/lib/corereqs.js index f7ecb91..5c1bc9f 100644 --- a/lib/corereqs.js +++ b/lib/corereqs.js @@ -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]]