mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
telegram-chat: add debug message for handled updates
This commit is contained in:
parent
2a7576f4e4
commit
77d26e02d4
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ $WaitFullyConnected;
|
|||
$LogPrintExit2 info $0 $Message false;
|
||||
}
|
||||
}
|
||||
} else={
|
||||
$LogPrintExit2 debug $0 ("Already handled update " . $UpdateID . ".") false;
|
||||
}
|
||||
}
|
||||
:set TelegramChatOffset ([ :pick $TelegramChatOffset 1 3 ], \
|
||||
|
|
Loading…
Reference in a new issue