We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a073835 commit b539909Copy full SHA for b539909
telegram-chat
@@ -114,7 +114,9 @@ $WaitFullyConnected;
114
message=("Command:\n" . $Text . "\n\n" . $State . "Output:\n" . $Content) });
115
/file/remove "tmpfs/telegram-chat";
116
} else={
117
- $LogPrintExit2 warning $0 ("The command failed syntax validation: " . $Text) false;
+ $SendTelegram2 ({ origin=$0; silent=false; \
118
+ subject=([ $SymbolForNotification "speech-balloon" ] . "Telegram Chat"); \
119
+ message=("Command:\n" . $Text . "\n\nThe command failed syntax validation!") });
120
}
121
122
0 commit comments