add .tell command to tell module
parent
67037cf485
commit
3dfbc37fa3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue