major fix

This commit is contained in:
hydrabolt
2015-08-14 13:28:33 +01:00
parent a50e0fb9c2
commit 5f490f26fb

View File

@@ -9,7 +9,7 @@ var Invite = require( "./lib/invite.js" ).Invite;
var PMChannel = require( "./lib/PMChannel.js" ).PMChannel;
var WebSocket = require( 'ws' );
exports.prototype.isUserID = function(id){
exports.isUserID = function(id){
return ((id + "").length === 17 && !isNaN(id));
}