Fix /stop dialog.

This commit is contained in:
Alexandr
2018-01-18 14:52:03 +01:00
parent 63011f7a53
commit 320a42686c
2 changed files with 2 additions and 3 deletions

BIN
webhook/.index.php.swp Normal file

Binary file not shown.

View File

@ -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();