commit before sopel reinstall
This commit is contained in:
parent
8a2eda84e7
commit
25e97a8b9b
10
trifling.py
10
trifling.py
|
@ -12,11 +12,11 @@ from HTMLParser import HTMLParser
|
||||||
def fourmatter(bot, trigger):
|
def fourmatter(bot, trigger):
|
||||||
bot.say('Irish I be fookin <3 Milo')
|
bot.say('Irish I be fookin <3 Milo')
|
||||||
|
|
||||||
# @sopel.module.commands('allah')
|
@sopel.module.commands('allah')
|
||||||
# def allah(bot, trigger):
|
def allah(bot, trigger):
|
||||||
# bot.say('allah is doing')
|
bot.say('allah is doing')
|
||||||
# bot.say('sun is not doing allah is doing')
|
bot.say('sun is not doing allah is doing')
|
||||||
# bot.say('to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger')
|
bot.say('to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger')
|
||||||
|
|
||||||
@sopel.module.commands('_.')
|
@sopel.module.commands('_.')
|
||||||
def faceflip(bot, trigger):
|
def faceflip(bot, trigger):
|
||||||
|
|
Loading…
Reference in New Issue