From 211b84446f22dfd3c5a21895448c883b7b70fb71 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Wed, 2 Aug 2017 21:30:53 -0400 Subject: [PATCH] use vtbash --- modules/bash.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/bash.py b/modules/bash.py index e4d547a..7b886ff 100644 --- a/modules/bash.py +++ b/modules/bash.py @@ -126,10 +126,11 @@ def bash(phenny, input): quote_json = { 'body': final_lines, - 'tags': '', + 'tags': ','.join(['bone', nick1, nick2]), 'key': "SUPERSECRETAPIKEY" } - web.post('https://bash.vtluug.org/quotes', quote_json) + + web.post('https://bash.vtluug.org/quotes', {}, {}, True, json=quote_json) phenny.say('Check https://bash.vtluug.org/quotes to see your quote!')