From 3684b7b78b3098b55a010a10668621cd26074685 Mon Sep 17 00:00:00 2001
From: David Phillips <david@sighup.nz>
Date: Thu, 9 Mar 2017 12:39:51 +1300
Subject: Update help message for remote part command

---
 saxrobot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/) {
-- 
cgit v1.1