When I require the library it throws the following warning. ```javascript > var ftpd = require('ftpd') > (node:95201) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead. ``` Should I make a PR on this?