- Update deps.
- Fix line overwriting when the input line is not empty.
- Add msg command.
- Fix ctcp command.
- Refactor starting logic.
- Improve print error and uncaught exception.
- Refactor console handling.
- Use irc-upd package instead of irc one.
- Use ES2015.
- Update irc 0.5.2.
- Remove iojs from Travis CI.
- Update irc 0.5.1.
- Update irc 0.5.0.
- Update irc 0.4.1.
- Update eslint 2.0.0-rc.0.
- Remove grunt in the build workflow.
- Add support for connecting to a different server. PR #7
- Add config for different channels per server.
- Add support for join & part messages and the server MOTD. PR #6
- Add colours customization. PR #5
- Fix TypeError when rl.line is null.
- Add USERPROFILE env as home folder.
- Update deps.
- Fix extra newline.
- Add Grunt, eslint and Travis CI.
- Fix case for nanoirc script. issue #3
- Add join and part commands.
- A few extra changes to make it work properly on linux.
- Fix case for HOME environment var in startup file.
- Add nick completion for nick/join/part/quit events.
- Fix channel case sensitive.
- Refactor the client with node-irc library.
- Initial release. Not released in npm registry.