Standardise on 'status' as the status command for all modules.

This commit is contained in:
ian%hixie.ch 2004-01-25 13:05:45 +00:00
Родитель d828839a5b
Коммит 8e92e66100
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -29,7 +29,7 @@ sub Help {
'hi' => 'To greet the bot.',
'bye' => 'To say goodbye to the bot.',
'ping' => 'To check the bot is alive.',
'uptime' => 'Gives the amount of time that the bot has been active.',
'status' => 'Gives the amount of time that the bot has been active.',
'seen' => 'Says how long it\'s been since the last time someone was seen. Syntax: seen victim',
};
}