comment /tint
parent
509ea7c4f3
commit
44a0fa19ae
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue