diff options
| -rw-r--r-- | config-default/commands.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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."); |
