diff --git a/modules/crypto/crypto.js b/modules/crypto/crypto.js index 2d25aac..341222c 100644 --- a/modules/crypto/crypto.js +++ b/modules/crypto/crypto.js @@ -18,7 +18,7 @@ var crypto = function(dbot) { event.reply(err); } }, - '~random': function(event) { + '~randomdata': function(event) { try { var count = parseInt(event.params[1]); if(count > 222) {