From e1f4d0c200e5718256f04c35db7fc4f5019b81a1 Mon Sep 17 00:00:00 2001 From: Dafydd Francis Date: Fri, 21 Dec 2012 14:10:21 +0000 Subject: [PATCH] Update modules/js/js.js jesus --- modules/js/js.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/js/js.js b/modules/js/js.js index 76d5f91..d6f5dd1 100644 --- a/modules/js/js.js +++ b/modules/js/js.js @@ -28,10 +28,14 @@ var js = function(dbot) { 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]; return { 'name': 'js',