mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-07 18:04:06 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2e0c55156d | |||
c49edd640a |
@ -1,2 +1,4 @@
|
||||
# tracker_watcher
|
||||
Telegram bot for notification about topic update on rutracker via telegram.
|
||||
|
||||
also you can use already runned bot instance - @let_you_know_bot
|
||||
|
@ -31,7 +31,7 @@ else{
|
||||
$username = $_POST['telegram'];
|
||||
}
|
||||
|
||||
// check if the same user already reqested notify about the same this topic
|
||||
// check if the same user already reqested notify about the same topic
|
||||
$stmt = $dbh->query(
|
||||
'SELECT c.username, u.link FROM `contact` c
|
||||
LEFT JOIN `url` u ON u.id = c.topic_id
|
||||
|
Reference in New Issue
Block a user