From 1b3ada1e44b25ff4f5f799d346f79e7a9e752cde Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Mar 2021 12:54:36 +0000 Subject: [PATCH] post dm to handle --- notifications_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notifications_client.py b/notifications_client.py index aee4bb4cd..d21f49d44 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -545,6 +545,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, keyPress.startswith('post ') or \ keyPress.startswith('send '): keyPress = keyPress.replace(' to ', ' ') + keyPress = keyPress.replace(' dm ', ' ') + keyPress = keyPress.replace(' DM ', ' ') # direct message toHandle = None if keyPress.startswith('post '):