Patrick Steele-Idem bc384549f6 Updated tests
2017-02-21 17:16:53 -07:00

6 lines
128 B
JavaScript

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