зеркало из https://github.com/mozilla/pjs.git
Make help slightly more helpful
This commit is contained in:
Родитель
edfd101935
Коммит
0a27519760
|
@ -25,7 +25,7 @@ sub Help {
|
|||
my $self = shift;
|
||||
my ($event) = @_;
|
||||
return {
|
||||
'' => 'A karma tracker. If you have authenticated (using the \'auth\' command) then it will also keep track of your own setting of people\'s karma, as well as the total of everyone\'s settings.',
|
||||
'' => 'A karma tracker. If you have authenticated (using the \'auth\' command) then it will also keep track of your own setting of people\'s karma, as well as the total of everyone\'s settings. Use the \'rank\' command to find someone\'s karma rank.',
|
||||
'++' => 'Increase someone\'s karma. Syntax: victim++',
|
||||
'--' => 'Decrease someone\'s karma. Syntax: victim--',
|
||||
'rank' => 'Find someone\'s karma level. Omit the victim\'s name to get a complete listing of everyone\'s karma (long). Syntax: \'rank victim\' or just \'rank\'',
|
||||
|
|
Загрузка…
Ссылка в новой задаче