From 7053b34bc46b2caf2ae3b023038b9fc07a64f64e Mon Sep 17 00:00:00 2001 From: Dafydd Francis Date: Mon, 11 Feb 2013 16:12:44 +0000 Subject: [PATCH] Update modules/js/js.js --- modules/js/js.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/js/js.js b/modules/js/js.js index 430ba66..d6094ff 100644 --- a/modules/js/js.js +++ b/modules/js/js.js @@ -25,14 +25,10 @@ var js = function(dbot) { if(ret !== undefined) { event.reply(ret); } - }, - 'jesus': function (event) { - event.reply(event.user + ": s/(.)(.)(.)(..)/\4\2 \1\3/") } }; commands['~js'].regex = [/^~js (.*)/, 2]; commands['~ajs'].regex = [/^~ajs (.*)/, 2]; - commands['jesus'].regex = [/^jesus$/, 2]; commands['~ajs'].access = 'admin'; this.name = 'js';