From d8fb3499ded79b3f3e61b61c01cbf106fe86fe21 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 10 Mar 2013 16:04:48 +0000 Subject: [PATCH] Correct event name for CTCP controlbox command --- client/assets/dev/model_application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/dev/model_application.js b/client/assets/dev/model_application.js index ac89de4..2c99b16 100644 --- a/client/assets/dev/model_application.js +++ b/client/assets/dev/model_application.js @@ -834,7 +834,7 @@ _kiwi.model.Application = function () { controlbox.on('command:clear', clearCommand); - controlbox.on('command_ctcp', ctcpCommand); + controlbox.on('command:ctcp', ctcpCommand); controlbox.on('command:css', function (ev) { -- 2.25.1