mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
NickList: add text about using -/+ to invert sort direction
This commit is contained in:
parent
d656b01aa6
commit
1daf86df46
@ -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] !~ /^#/) {
|
||||
|
Loading…
Reference in New Issue
Block a user