Add mumble support

This commit is contained in:
Michael Morrison 2014-02-02 07:20:36 -06:00
parent 16ef96fccf
commit c5abf7aa07
5 changed files with 92 additions and 5 deletions

View file

@ -3,7 +3,7 @@ var async = require('async');
module.exports = require('./protocols/core').extend({
init: function() {
this._super();
this.pretty = 'Teamspeak 2';
this.pretty = 'Teamspeak 3';
this.options.port = 9987;
this.options.master_port = 10011;
},