aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsaxrobot2
1 files changed, 1 insertions, 1 deletions
diff --git a/saxrobot b/saxrobot
index a1d27d5..5854bf5 100755
--- a/saxrobot
+++ b/saxrobot
@@ -109,7 +109,7 @@ sub irc_msg {
my @channels = split /\s+/, $chan_str;
$irc->yield(part => @channels => $reason);
} else {
- $irc->yield(privmsg => $nick => "Syntax: part [partmsg]");
+ $irc->yield(privmsg => $nick => "Syntax: part <channel1> [channel2 ...] [partmsg]");
}
}
if ($what =~ /^join\s/) {