diff options
author | David Phillips <david@sighup.nz> | 2017-03-09 12:39:51 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-09 12:39:51 +1300 |
commit | 3684b7b78b3098b55a010a10668621cd26074685 (patch) | |
tree | 783da993a0a577d0db4a156d4fc67863ce056383 | |
parent | 3f2da46f575e19f62244263826bfcb29535d130d (diff) | |
download | idalius-3684b7b78b3098b55a010a10668621cd26074685.tar.xz |
Update help message for remote part command
-rwxr-xr-x | saxrobot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/) { |