mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-02 07:24:09 +01:00
Spinach: show expression used in output for rank expr
This commit is contained in:
parent
8bd1a00ce2
commit
7de3cb6dd1
@ -319,7 +319,11 @@ sub rank {
|
||||
$result = "No rankings available for $self->{channel} yet.\n";
|
||||
}
|
||||
} else {
|
||||
$result = "Rankings for $ranks{$arguments}->{title}: ";
|
||||
if ($arguments eq 'expr') {
|
||||
$result = "Rankings for $opt_arg: ";
|
||||
} else {
|
||||
$result = "Rankings for $ranks{$arguments}->{title}: ";
|
||||
}
|
||||
$result .= join ', ', @ranking;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user