mirror of https://gitlab.com/bashrc2/epicyon
post dm to handle
parent
40bc86d88a
commit
1b3ada1e44
|
@ -545,6 +545,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
keyPress.startswith('post ') or \
|
keyPress.startswith('post ') or \
|
||||||
keyPress.startswith('send '):
|
keyPress.startswith('send '):
|
||||||
keyPress = keyPress.replace(' to ', ' ')
|
keyPress = keyPress.replace(' to ', ' ')
|
||||||
|
keyPress = keyPress.replace(' dm ', ' ')
|
||||||
|
keyPress = keyPress.replace(' DM ', ' ')
|
||||||
# direct message
|
# direct message
|
||||||
toHandle = None
|
toHandle = None
|
||||||
if keyPress.startswith('post '):
|
if keyPress.startswith('post '):
|
||||||
|
|
Loading…
Reference in New Issue