mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
Correct qstats rank text from player rank text
This commit is contained in:
parent
2a378d67ad
commit
f4013a4594
@ -139,10 +139,10 @@ if (lc $command eq 'rank') {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (not $opt) {
|
if (not $opt) {
|
||||||
print "Usage: rank [-]<keyword> [offset] or rank [-]<question id>; available keywords: ";
|
print "Usage: qstats rank [-]<keyword> [offset] or rank [-]<question id>; available keywords: ";
|
||||||
print join ', ', sort keys %ranks;
|
print join ', ', sort keys %ranks;
|
||||||
print ".\n";
|
print ".\n";
|
||||||
print "Prefixing the keyword or nick with a dash will invert the sort direction for each category. Specifying an offset will start ranking at that offset.\n";
|
print "Prefixing the keyword or question id with a dash will invert the sort direction for each category. Specifying an offset will start ranking at that offset.\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user