This commit is contained in:
root 2017-09-01 01:10:57 +00:00
parent e7f7c85432
commit 06305dd081
1 changed files with 17 additions and 0 deletions

View File

@ -342,6 +342,10 @@ def rarepepe(bot, trigger):
def rip(bot, trigger): def rip(bot, trigger):
bot.say(u'(X_X) ☜ (◉▂◉ ) we hardly knew ye'.encode('utf8')) bot.say(u'(X_X) ☜ (◉▂◉ ) we hardly knew ye'.encode('utf8'))
@sopel.module.commands('risto', 'rpietila')
def risto(bot, trigger):
bot.say(u'Zionists own the media, including Hollywood. It is nothing extraordinary for them to use it to further their goals. Just see what they are propagating every day in every media outlet. And the compulsory disclaimer: Zionist != Jew. Zionists in my understanding are typically mostly not even ethnic Jews, and the supermajority of Jews certainly are not Zionists. Zionism is a purely political supremacy movement.'.encode('utf8'))
@sopel.module.commands('romerito', 'romero') @sopel.module.commands('romerito', 'romero')
def romerito(bot, trigger): def romerito(bot, trigger):
draw = random.random() draw = random.random()
@ -378,6 +382,15 @@ def summon(bot, trigger):
except: except:
bot.say("Stop using non-ascii characters! (╯°□°)╯︵ ( . 0 .)") bot.say("Stop using non-ascii characters! (╯°□°)╯︵ ( . 0 .)")
suraeoptions = [
"you are speaking with such generalities, it's impossible to confirm or deny any of what you are saying, so i'll just nod and give you the benefit of the doubt and assume we are in agreement on something unspoken. haha",
"The Buddha, the Godhead, resides quite as comfortably in the circuits of a digital computer or the gears of a cycle transmission as he does at the top of the mountain, or in the petals of a flower. To think otherwise is to demean the Buddha - which is to demean oneself.",
"update coefList[k] = COEFPROD(coefList, q[j][k]). Can you spot a problem with that? The method signature of COEFPROD is scalar[] COEFPROD(scalar[] c, scalar[] d) <--- yeah, pass it coefList[k]."
]
@sopel.module.commands('surae')
def surae(bot, trigger):
bot.say(random.choice(suraeoptions))
@sopel.module.commands('timetravelpp') @sopel.module.commands('timetravelpp')
def timetravelpp(bot, trigger): def timetravelpp(bot, trigger):
bot.say("A journey is best measured in pepes, rather than miles http://rarepepedirectory.com/wp-content/uploads/2016/09/timetravelpepe.jpg") bot.say("A journey is best measured in pepes, rather than miles http://rarepepedirectory.com/wp-content/uploads/2016/09/timetravelpepe.jpg")
@ -468,6 +481,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('yoda')
def wat(bot, trigger):
bot.say("The optimism is strong in this one")
@sopel.module.commands('xrp') @sopel.module.commands('xrp')
def xrp(bot, trigger): def xrp(bot, trigger):
bot.say("We have the best C++ dev team in the world!") bot.say("We have the best C++ dev team in the world!")