From 4fcc2f52227b89c0174918e15218682254eb8d9e Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sun, 15 Feb 2004 18:28:11 +0000 Subject: [PATCH] More documentation: Link from README to INSTALL, and add more help for channelKeys. --- webtools/mozbot/INSTALL | 5 ++++- webtools/mozbot/README | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webtools/mozbot/INSTALL b/webtools/mozbot/INSTALL index 35ed8f8cc49..c349977f7bb 100644 --- a/webtools/mozbot/INSTALL +++ b/webtools/mozbot/INSTALL @@ -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 diff --git a/webtools/mozbot/README b/webtools/mozbot/README index f4660b56cb6..cbaa94c33b8 100644 --- a/webtools/mozbot/README +++ b/webtools/mozbot/README @@ -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.