Merge pull request #27 from anonimal/trifling
trifling: add encryption wisdom
This commit is contained in:
commit
bc75268a76
|
@ -111,6 +111,10 @@ def donate(bot, trigger):
|
||||||
def dump(bot, trigger):
|
def dump(bot, trigger):
|
||||||
bot.say('https://www.youtube.com/watch?v=RHg8qIKJo1I')
|
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')
|
@sopel.module.commands('eth')
|
||||||
def eth(bot, trigger):
|
def eth(bot, trigger):
|
||||||
bot.say(u'The world computer 💻🌐'.encode('utf8'))
|
bot.say(u'The world computer 💻🌐'.encode('utf8'))
|
||||||
|
|
Loading…
Reference in New Issue