commit
d89043a6ba
|
@ -443,6 +443,10 @@ def pamp(bot, trigger):
|
||||||
@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!")
|
||||||
|
|
||||||
|
@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('asp')
|
@sopel.module.commands('asp')
|
||||||
def asp(bot, trigger):
|
def asp(bot, trigger):
|
||||||
|
|
Loading…
Reference in New Issue