From 3dfbc37fa3e7e761aacd5637d4344d9240e1e040 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Mon, 21 Oct 2019 23:32:15 -0400 Subject: [PATCH] add .tell command to tell module --- modules/tell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tell.py b/modules/tell.py index 7249fd5..85ca75b 100644 --- a/modules/tell.py +++ b/modules/tell.py @@ -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