From 44a0fa19ae4a89b81ea057756d64b5d185d39d87 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 6 Jan 2016 02:12:53 +0000 Subject: [PATCH] comment /tint --- src/SlashCommands.js | 1 + 1 file changed, 1 insertion(+) 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();