From 35c328b557b81e2ac0787e6fa39711fa8ff10fff Mon Sep 17 00:00:00 2001 From: Alistair McKinlay Date: Thu, 6 Sep 2018 09:00:39 +0100 Subject: [PATCH] Add 3 commands that were missing on client autocomplete --- client/js/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/js/constants.js b/client/js/constants.js index e7e1ae84..4d23628d 100644 --- a/client/js/constants.js +++ b/client/js/constants.js @@ -32,11 +32,13 @@ const commands = [ "/cs", "/ctcp", "/cycle", + "/dehop", "/deop", "/devoice", "/disconnect", "/expand", "/ho", + "/hop", "/hs", "/ignore", "/ignorelist", @@ -56,6 +58,7 @@ const commands = [ "/os", "/part", "/query", + "/quote", "/quit", "/raw", "/rejoin",