~random moved to ~randomdata

This commit is contained in:
reality 2015-08-19 19:11:33 +00:00
parent 2e3d4582f1
commit bece1b245f

View File

@ -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) {