More documentation: Link from README to INSTALL, and add more help for channelKeys.

This commit is contained in:
ian%hixie.ch 2004-02-15 18:28:11 +00:00
Родитель bd5152ffc2
Коммит 4fcc2f5222
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -256,7 +256,10 @@ The main variables are:
channelKeys -- a mapping of (lowercase) channel names to keys. It
is assumed that any channel without an entry in this variable has
no key.
no key. For example, to tell mozbot that the key for channel
#channel is 'password', you would use:
/msg mozbot vars Admin channelKeys '+|#channel|password'
autojoin -- whether (1) or not (0) the module should automatically
add a new channel to its "channels" list when the bot joins a new

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

@ -1,2 +1,4 @@
This is the source code for "mozbot", the IRC bot who hangs out in the
#mozilla channel at irc.mozilla.org.
See the INSTALL file for installation and configuration instructions.