commit
bbe5123f8f
40
trifling.py
40
trifling.py
|
@ -188,6 +188,10 @@ def jwinterm(bot, trigger):
|
||||||
def kid(bot, trigger):
|
def kid(bot, trigger):
|
||||||
bot.say(u'What up kid?')
|
bot.say(u'What up kid?')
|
||||||
|
|
||||||
|
@sopel.module.commands('kramer')
|
||||||
|
def kramer(bot, trigger):
|
||||||
|
bot.say("Waiting for a retrace to 0.007")
|
||||||
|
|
||||||
@sopel.module.commands('lenny')
|
@sopel.module.commands('lenny')
|
||||||
def lenny(bot, trigger):
|
def lenny(bot, trigger):
|
||||||
bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8'))
|
bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8'))
|
||||||
|
@ -245,6 +249,10 @@ odboptions = [
|
||||||
def odb(bot, trigger):
|
def odb(bot, trigger):
|
||||||
bot.say(random.choice(odboptions))
|
bot.say(random.choice(odboptions))
|
||||||
|
|
||||||
|
@sopel.module.commands('pamp')
|
||||||
|
def pamp(bot, trigger):
|
||||||
|
bot.say("Pamp o clock yet?")
|
||||||
|
|
||||||
perooptions = [
|
perooptions = [
|
||||||
'https://www.youtube.com/watch?v=QqreRufrkxM',
|
'https://www.youtube.com/watch?v=QqreRufrkxM',
|
||||||
'https://www.youtube.com/watch?v=ZnPrtiLy0uU'
|
'https://www.youtube.com/watch?v=ZnPrtiLy0uU'
|
||||||
|
@ -257,6 +265,14 @@ def pero(bot, trigger):
|
||||||
def pivc(bot, trigger):
|
def pivc(bot, trigger):
|
||||||
bot.say("Masternodes + PoS...what could possibly go wrong?")
|
bot.say("Masternodes + PoS...what could possibly go wrong?")
|
||||||
|
|
||||||
|
@sopel.module.commands('pony')
|
||||||
|
def pony(bot, trigger):
|
||||||
|
bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M")
|
||||||
|
|
||||||
|
@sopel.module.commands('primer')
|
||||||
|
def primer(bot, trigger):
|
||||||
|
bot.say("The point is not how much i made, point is fluffy did this on purpose, more than 10 people were in on it. His commit access needs to be revoked asap!")
|
||||||
|
|
||||||
confirmoptions = [
|
confirmoptions = [
|
||||||
"I can confirm that it is true",
|
"I can confirm that it is true",
|
||||||
"This is true",
|
"This is true",
|
||||||
|
@ -416,6 +432,10 @@ def vitalik(bot, trigger):
|
||||||
def wat(bot, trigger):
|
def wat(bot, trigger):
|
||||||
bot.say("https://www.destroyallsoftware.com/talks/wat")
|
bot.say("https://www.destroyallsoftware.com/talks/wat")
|
||||||
|
|
||||||
|
@sopel.module.commands('xrp')
|
||||||
|
def xrp(bot, trigger):
|
||||||
|
bot.say("We have the best C++ dev team in the world!")
|
||||||
|
|
||||||
zcashoptions = [
|
zcashoptions = [
|
||||||
"Trust us guys, we totally smashed that computer up, with like...magnetic baseball bats.",
|
"Trust us guys, we totally smashed that computer up, with like...magnetic baseball bats.",
|
||||||
"https://youtu.be/A51Bl3jkF0c"
|
"https://youtu.be/A51Bl3jkF0c"
|
||||||
|
@ -436,26 +456,6 @@ def wave(bot, trigger):
|
||||||
#def politics(bot, trigger):
|
#def politics(bot, trigger):
|
||||||
# bot.reply("politics is the mind killer")
|
# bot.reply("politics is the mind killer")
|
||||||
|
|
||||||
@sopel.module.commands('pamp')
|
|
||||||
def pamp(bot, trigger):
|
|
||||||
bot.say("Pamp o clock yet?")
|
|
||||||
|
|
||||||
@sopel.module.commands('xrp')
|
|
||||||
def xrp(bot, trigger):
|
|
||||||
bot.say("We have the best C++ dev team in the world!")
|
|
||||||
|
|
||||||
@sopel.module.commands('primer')
|
|
||||||
def primer(bot, trigger):
|
|
||||||
bot.say("The point is not how much i made, point is fluffy did this on purpose, more than 10 people were in on it. His commit access needs to be revoked asap!")
|
|
||||||
|
|
||||||
@sopel.module.commands('pony')
|
|
||||||
def pony(bot, trigger):
|
|
||||||
bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M")
|
|
||||||
|
|
||||||
@sopel.module.commands('kramer')
|
|
||||||
def kramer(bot, trigger):
|
|
||||||
bot.say("Waiting for a retrace to 0.007")
|
|
||||||
|
|
||||||
@sopel.module.commands('asp')
|
@sopel.module.commands('asp')
|
||||||
def asp(bot, trigger):
|
def asp(bot, trigger):
|
||||||
polourl = "https://poloniex.com/public?command=returnTicker"
|
polourl = "https://poloniex.com/public?command=returnTicker"
|
||||||
|
|
Loading…
Reference in New Issue