gf3 / IRC-js

The best IRC library for node.js
http://irc-js.com
The Unlicense
179 stars 33 forks source link

/list doesn't actually ever send the command to server #36

Closed meelash closed 13 years ago

meelash commented 13 years ago

https://github.com/gf3/IRC-js/blob/master/lib/irc.js#L549

There needs to be a this.raw( 'LIST', etc...) in there somewhere..