Make help slightly more helpful

This commit is contained in:
ian%hixie.ch 2003-08-14 13:45:40 +00:00
Родитель edfd101935
Коммит 0a27519760
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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\'',