diff --git a/client/js/shout.js b/client/js/shout.js index 8e179eb8..f5749269 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -592,7 +592,8 @@ $(function() { "join", "part", "quit", - "nick" + "nick", + "mode", ]; if ($.inArray(type, ignore) !== -1){ return;