Merge branch 'master' into patch-5
This commit is contained in:
commit
f191bd4b8f
|
@ -444,12 +444,8 @@ def pamp(bot, trigger):
|
||||||
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!")
|
||||||
|
|
||||||
@sopel.module.commands('fake')
|
|
||||||
def fake(bot, trigger):
|
|
||||||
bot.say("and gay")
|
|
||||||
|
|
||||||
@sopel.module.commands('primer')
|
@sopel.module.commands('primer')
|
||||||
def pfimer(bot, trigger):
|
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!")
|
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('asp')
|
@sopel.module.commands('asp')
|
||||||
|
|
Loading…
Reference in New Issue