From 8e1f1508a0083c008e8f68215b732d951efa9d7d Mon Sep 17 00:00:00 2001 From: Tomatix Date: Wed, 20 Oct 2021 14:06:42 +0200 Subject: [PATCH] Removed unneccessary /echo on CTCP event. --- Essentials.iis | 2 -- 1 file changed, 2 deletions(-) diff --git a/Essentials.iis b/Essentials.iis index 325fd03..edd6749 100644 --- a/Essentials.iis +++ b/Essentials.iis @@ -47,8 +47,6 @@ hook ctcprequest(sender, target, command, message) # For simplicity, set following to "false" if this is undesirable: response_CTCP_TIME = true; - /echo ctcp: %sender %target %command %message - if (command == "TIME" && response_CTCP_TIME) { t = now("yyyy/MM/dd hh:mm:ss t"); /ctcpreply %sender TIME %t