From bece1b245f73aae5119ae10a2742f3386f64a047 Mon Sep 17 00:00:00 2001 From: reality Date: Wed, 19 Aug 2015 19:11:33 +0000 Subject: [PATCH] ~random moved to ~randomdata --- modules/crypto/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {