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

NickList: add text about using -/+ to invert sort direction

This commit is contained in:
Pragmatic Software 2020-05-17 22:56:14 -07:00
parent d656b01aa6
commit 1daf86df46

View File

@ -115,7 +115,7 @@ sub cmd_nicklist {
}
if (not exists $sort{$sort_method}) {
return "Invalid sort method '$sort_method'; valid methods are: " . join(', ', sort keys %sort);
return "Invalid sort method '$sort_method'; valid methods are (you may prefix with a - to invert the sort direction): " . join(', ', sort keys %sort);
}
if ($args[0] !~ /^#/) {