From 1daf86df46663e4b33757854d6cd530210ff71eb Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 17 May 2020 22:56:14 -0700 Subject: [PATCH] NickList: add text about using -/+ to invert sort direction --- PBot/NickList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/NickList.pm b/PBot/NickList.pm index 703221e9..84bddcdd 100644 --- a/PBot/NickList.pm +++ b/PBot/NickList.pm @@ -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] !~ /^#/) {