diff --git a/plugins/github.php b/plugins/github.php index cb1646d..12f5821 100644 --- a/plugins/github.php +++ b/plugins/github.php @@ -47,8 +47,8 @@ function plugin_github_check($title, $check) } } -if (!empty($user['login'])) { +if (!empty($user['login']) or !empty($repo['name'])) { $BOT->msg($plugin_sendto, $msg); }else{ $BOT->msg($plugin_sendto, 'User Not Found.'); -} +} \ No newline at end of file