This commit is contained in:
ian%hixie.ch 2003-08-09 13:53:17 +00:00
Родитель abc173fea9
Коммит c92583f0e2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -23,7 +23,7 @@ sub RegisterConfig {
$self->SUPER::RegisterConfig(@_);
$self->registerVariables(
# [ name, save?, settable? ]
['prefix', 1, 1, '!8'], # the
['prefix', 1, 1, '!8'], # the prefix to put before the 'ball' command
['responses-positive', 1, 1, ['It is possible.', 'Yes!', 'Of course.', 'Naturally.', 'Obviously.',
'One would be wise to think so.', 'The outlook is good.', 'It shall be.',
'The answer is certainly yes.', 'It is so.']],