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
{
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.', $die = TRUE);
/list to show all notifications or stop it.', $die = TRUE);
}
}
@ -212,7 +211,7 @@ else
stop(substr($message, 5));
}else{
send('Give me ID');
send('Use stop... links from /list output.');
}
}else{
register();