1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

comment /tint

This commit is contained in:
Matthew Hodgson
2016-01-06 02:12:53 +00:00
parent 509ea7c4f3
commit 44a0fa19ae

View File

@@ -43,6 +43,7 @@ var commands = {
return reject("Usage: /nick <display_name>");
},
// Takes an #rrggbb colourcode and retints the UI (just for debugging)
tint: function(room_id, args) {
Tinter.tint(args);
return success();