2017-02-20 16:04:50 -07:00

6 lines
128 B
JavaScript

module.exports = {
onInput: function(input) {
this.name = input.name;
this.channel = input.channel;
}
};