mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
NickList: add missing optional nick argument to nicklist
usage message
This commit is contained in:
parent
036ba6e5cf
commit
3f4c85bcdc
@ -62,7 +62,7 @@ sub show_nicklist {
|
||||
|
||||
if (not length $arguments) {
|
||||
if (not $admin) {
|
||||
return "Usage: nicklist <channel>";
|
||||
return "Usage: nicklist <channel> [nick]";
|
||||
}
|
||||
$nicklist = Dumper($self->{nicklist});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user