summaryrefslogtreecommitdiff
path: root/lib/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-15 17:35:19 -0500
committerJules Laplace <jules@okfoc.us>2016-11-15 17:35:19 -0500
commit54475086f2e47a61271a3f0c408bc68b54c6020f (patch)
tree485b19b11441327d9a4bf66109ff9c9cad59be34 /lib/index.js
parent9beaf2708b012b9533ca3088fbddd542a3c6c076 (diff)
linkin photos
Diffstat (limited to 'lib/index.js')
-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)