From ed8ec7d49913eecffbef7eb425ba3d2b78e207c7 Mon Sep 17 00:00:00 2001 From: Juanma Serrano Date: Tue, 21 Apr 2015 11:34:40 +0200 Subject: [PATCH] Add alias 'ht' for 'hidden type' in the /om command --- config/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.js b/config/commands.js index c726169262..ba084e232c 100644 --- a/config/commands.js +++ b/config/commands.js @@ -1532,7 +1532,7 @@ var commands = exports.commands = { matched = true; buffer += "- Classic Hackmons
"; } - if (target === 'all' || target === 'hiddentype') { + if (target === 'all' || target === 'hiddentype' || target === 'ht') { matched = true; if (target !== 'all') buffer += "Pokémon have an added type determined by their IVs. Same as the Hidden Power type.
"; buffer += "- Hidden Type
";