From 52d684a6a69fa3733bdb9c11951d92b24dad47b0 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 3 Apr 2018 02:21:10 +0530 Subject: [PATCH] Removed broken insults from /dc --- webhook.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/webhook.php b/webhook.php index 30ad289..6336da6 100644 --- a/webhook.php +++ b/webhook.php @@ -155,9 +155,6 @@ function domain_checker() { $post_text = $title ." " . implode(' ', $output); send_text($post_text); } - else { - send_text(insults()); - } } function rand_question()