3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

NickList: improve nicklist usage message

This commit is contained in:
Pragmatic Software 2020-05-17 23:10:49 -07:00
parent 1daf86df46
commit 33fd788988

View File

@ -50,7 +50,7 @@ sub cmd_nicklist {
my ($self, $context) = @_;
my $nicklist;
my $usage = "Usage: nicklist (<channel [nick]> | <nick>) [-sort=nick|host|spoken|join] [-hostmask] [-join]";
my $usage = "Usage: nicklist (<channel [nick]> | <nick>) [-sort=nick|host|spoken|join] [-hostmask] [-join]; -hostmask to show hostmasks instead of nicks; -join to include join time";
my $getopt_error;
local $SIG{__WARN__} = sub {