Your ROOT_URL in app.ini is https://git.idealirc.org/ but you are visiting http://git.idealirc.org:3000/idealirc/scripts/commit/8e1f1508a0083c008e8f68215b732d951efa9d7d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed unneccessary /echo on CTCP event.

master
Tomatix 4 years ago
parent bdc2f56593
commit 8e1f1508a0
  1. 2
      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

Loading…
Cancel
Save