From b3ca6fb04bc616ae74cf18c66f42588cb2a2d539 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 20 Jan 2015 13:56:50 +0100 Subject: [PATCH] src: add AllowEvents core request --- lib/corereqs.js | 6 ++++++ 1 file changed, 6 insertions(+) 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]]