Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Fix wrapper, add myself to LICENSE and change README.md #11

Closed Prior99 closed 9 years ago

Prior99 commented 9 years ago

As it was really late yesterday I screwed something up when cherrypicking the commits for the PR. This introduced certain problems as the complete ignoring of users disconnecting and channels being removed. This is now fixed and all testcases from examples/wrapper.js now function normally.

Also adds some more functionality and events.

Events user-connected and channel-created were renamed to user-connect and channel-create to suit naming-conventions of rest of the porject, this was already the case in the examples/wrapper.js

This changes quite a lot of code so pelase merge asap to prevent conflicts.

Prior99 commented 9 years ago

Thank you. I also just updated the docs.

Rantanen commented 9 years ago

Yeah, saw the Wiki. Thanks!