mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-07 18:04:06 +00:00
Fix /stop dialog.
This commit is contained in:
BIN
webhook/.index.php.swp
Normal file
BIN
webhook/.index.php.swp
Normal file
Binary file not shown.
@ -30,8 +30,7 @@ function register(){
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
send('Send me an URL to rutracker.org topic and i will notify you when it will be updated.
|
send('Send me an URL to rutracker.org topic and i will notify you when it will be updated.
|
||||||
/stop to remove notification.
|
/list to show all notifications or stop it.', $die = TRUE);
|
||||||
/list to show all notifications.', $die = TRUE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -212,7 +211,7 @@ else
|
|||||||
stop(substr($message, 5));
|
stop(substr($message, 5));
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
send('Give me ID');
|
send('Use stop... links from /list output.');
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
register();
|
register();
|
||||||
|
Reference in New Issue
Block a user