mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
2a8cf1bfef
|
|
@ -540,7 +540,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
sessionPost = createSession(proxyType)
|
||||
if keyPress.startswith('post ') or \
|
||||
keyPress.startswith('send '):
|
||||
keyPress = keyPress.replace(' to ', '')
|
||||
keyPress = keyPress.replace(' to ', ' ')
|
||||
# direct message
|
||||
toHandle = None
|
||||
if keyPress.startswith('post '):
|
||||
|
|
|
|||
Loading…
Reference in New Issue