add .tell command to tell module

master
Paul Walko 2019-10-21 23:32:15 -04:00
parent 67037cf485
commit 3dfbc37fa3
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ def f_remind(phenny, input):
else: phenny.say("Hey, I'm not as stupid as Monty you know!")
dumpReminders(phenny.tell_filename, phenny.reminders) # @@ tell
f_remind.commands = ['tell']
f_remind.rule = ('$nick', ['tell', 'ask'], r'(\S+) (.*)')
f_remind.thread = False