From f2e454a8ddf80c1ae8a6c4c9800dfea6b90d5b3f Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 8 Nov 2017 04:36:08 +0000 Subject: [PATCH] trifling: add encryption wisdom --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index b03c395..8d8e3f4 100644 --- a/trifling.py +++ b/trifling.py @@ -111,6 +111,10 @@ def donate(bot, trigger): def dump(bot, trigger): bot.say('https://www.youtube.com/watch?v=RHg8qIKJo1I') +@sopel.module.commands('encrypt') +def encrypt(bot, trigger): + bot.say("https doesn't hide the fact that i'm using https so that's why i don't use encryption because everyone is trying to crack encryption so i just don't use encryption because no one is looking at unencrypted data because everyone wants encrypted data to crack") + @sopel.module.commands('eth') def eth(bot, trigger): bot.say(u'The world computer 💻🌐'.encode('utf8'))