mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
NickList: improve nicklist
usage message
This commit is contained in:
parent
1daf86df46
commit
33fd788988
@ -50,7 +50,7 @@ sub cmd_nicklist {
|
|||||||
my ($self, $context) = @_;
|
my ($self, $context) = @_;
|
||||||
|
|
||||||
my $nicklist;
|
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;
|
my $getopt_error;
|
||||||
local $SIG{__WARN__} = sub {
|
local $SIG{__WARN__} = sub {
|
||||||
|
Loading…
Reference in New Issue
Block a user