From ca81cff6fd2bab22ffe6572c6caf1c5087c9c5dd Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Tue, 21 Aug 2012 06:03:02 +0000 Subject: Whoops, forgot a space in the previous change to commands.xml --- config-default/commands.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config-default') diff --git a/config-default/commands.xml b/config-default/commands.xml index f8c9a76..8f1c97f 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -346,9 +346,9 @@ " - this allows ops to be notified while minimizing channel hostility."); } elsif (lc $event->{to}->[0] eq lc $conn->{_nick}) { if (lc $tgt eq lc $conn->{_nick}) { # they privmsged the bot without providing a target - $conn->privmsg($event->{nick}, "Sorry, it looks like you've tried to use the !ops command" . - "via PM but haven't specified a target. Try again with /msg $conn->{_nick}" . - " !ops #channelGoesHere ReasonGoesHere"); + $conn->privmsg($event->{nick}, "Sorry, it looks like you've tried to use the !ops command " . + "via PM but haven't specified a target. Try again with /msg $conn->{_nick} " . + "!ops #channelGoesHere ReasonGoesHere"); return; } else { $conn->privmsg($event->{nick}, "I've already recently notified $tgt ops."); -- cgit v1.2.3