diff --git a/client/js/shout.js b/client/js/shout.js index 338365e..652c0fd 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -417,6 +417,9 @@ $(function() { clear(); return; } + text = pluginHandle('oninput', text); + if (!text) return; + socket.emit("input", { target: chat.data("id"), text: text