From e07d1efcdfcda394694b78e3b4d674a6bddb6b4d Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Sun, 1 Mar 2015 05:28:30 +0400 Subject: Allow ;ping (acting as echo) for users with 's' flag --- config-default/commands.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config-default') diff --git a/config-default/commands.xml b/config-default/commands.xml index 41351a1..4503c56 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -632,7 +632,12 @@ $conn->sl("WHO $chan %tcnuhra,314"); ]]> - + + privmsg($event->replyto, "pong $1"); + ]]> + + privmsg($event->replyto, "pong"); ]]> -- cgit v1.2.3