aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-09 12:39:51 +1300
committerDavid Phillips <david@sighup.nz>2017-03-09 12:39:51 +1300
commit3684b7b78b3098b55a010a10668621cd26074685 (patch)
tree783da993a0a577d0db4a156d4fc67863ce056383
parent3f2da46f575e19f62244263826bfcb29535d130d (diff)
downloadidalius-3684b7b78b3098b55a010a10668621cd26074685.tar.xz
Update help message for remote part command
-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/) {