[Tell] Desperate try to fix shit
This commit is contained in:
parent
bc245a4be5
commit
d70f3d3888
2
tell.py
2
tell.py
@ -84,6 +84,7 @@ def note(phenny, input):
|
||||
|
||||
note.rule = r'.*'
|
||||
note.priority = 'low'
|
||||
note.thread = True
|
||||
|
||||
def note_join(phenny, input):
|
||||
if input.sender.startswith('#'):
|
||||
@ -92,6 +93,7 @@ def note_join(phenny, input):
|
||||
note_join.rule = r'.*'
|
||||
note_join.event = 'JOIN'
|
||||
note_join.priority = 'low'
|
||||
note_join.thread = True
|
||||
|
||||
db = sqlite3.connect("tell.sqlite")
|
||||
c = db.cursor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user