mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-08 02:04:09 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2e0c55156d | |||
c49edd640a |
@ -1,2 +1,4 @@
|
|||||||
# tracker_watcher
|
# tracker_watcher
|
||||||
Telegram bot for notification about topic update on rutracker via telegram.
|
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'];
|
$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(
|
$stmt = $dbh->query(
|
||||||
'SELECT c.username, u.link FROM `contact` c
|
'SELECT c.username, u.link FROM `contact` c
|
||||||
LEFT JOIN `url` u ON u.id = c.topic_id
|
LEFT JOIN `url` u ON u.id = c.topic_id
|
||||||
|
Reference in New Issue
Block a user