diff --git a/src/SlashCommands.js b/src/SlashCommands.js index 4b915d00ce..35eec81582 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -43,6 +43,7 @@ var commands = { return reject("Usage: /nick "); }, + // Takes an #rrggbb colourcode and retints the UI (just for debugging) tint: function(room_id, args) { Tinter.tint(args); return success();