summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 6ec87a2..100989c 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -32,7 +32,7 @@ router.get("/_irc/links", function(req, res){
})
})
-router.post("/_irc/post", require('body-parser').urlencoded({ extended: false }), function(req, res){
+router.post("/_irc/post", function(req, res){
var lines = req.body.image.split("\n")
lines.forEach(function(line){
panda.say(panda.channels[0], line)