Removed broken insults from /dc
This commit is contained in:
parent
7c9b40e5d6
commit
52d684a6a6
|
@ -155,9 +155,6 @@ function domain_checker() {
|
||||||
$post_text = $title ." " . implode(' ', $output);
|
$post_text = $title ." " . implode(' ', $output);
|
||||||
send_text($post_text);
|
send_text($post_text);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
send_text(insults());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function rand_question()
|
function rand_question()
|
||||||
|
|
Loading…
Reference in New Issue