1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2025-04-03 19:36:51 +02:00

Removed broken insults from /dc

This commit is contained in:
Ceda EI 2018-04-03 02:21:10 +05:30
parent 7c9b40e5d6
commit 52d684a6a6

View File

@ -155,9 +155,6 @@ function domain_checker() {
$post_text = $title ." " . implode(' ', $output);
send_text($post_text);
}
else {
send_text(insults());
}
}
function rand_question()