summaryrefslogtreecommitdiffstats
path: root/config-default
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-21 06:03:02 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-21 06:03:02 +0000
commitca81cff6fd2bab22ffe6572c6caf1c5087c9c5dd (patch)
tree077448603cb4fed00b8ad50c4dcf83dd3ced87c8 /config-default
parent456b84b1b1257cff000c320cb5a1685d73648e2f (diff)
Whoops, forgot a space in the previous change to commands.xml
Diffstat (limited to 'config-default')
-rw-r--r--config-default/commands.xml6
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.");