[project @ 2005-06-29 19:55:31 by unknown_lamer]
authorunknown_lamer <unknown>
Wed, 29 Jun 2005 19:55:31 +0000 (19:55 +0000)
committerunknown_lamer <unknown>
Wed, 29 Jun 2005 19:55:31 +0000 (19:55 +0000)
More minor doc edits

ChangeLog
bobot++.texinfo

index 6793d6c..a16c8cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * bobot++.texinfo (Configuration): Swapped order of config file
        placement and config files
+       (User Levels): users not found in the user list *can* execute
+       commands as bot:user-none now.
+       (Low Level Message Functions): Changed a few @code{}s to @var{}s
 
 2005-06-28  Clinton Ebadi  <clinton@unknownlamer.org>
 
index 3fd0aeb..50f9ffb 100644 (file)
@@ -310,9 +310,8 @@ The bot defaults to running in the background as a daemon.
 There are several user levels available in Bobot++ to provide gradated
 access to commands. @command{!adduser} and @file{bot.users} use the
 numeric code; Scheme uses the textual name for the level. By default
-(if no catch-all setting is found in @xref{bot.users}.) a user is not
-even a @code{bot:user-none} and cannot execute @strong{any} commands,
-even commands available to @code{bot:user-none}.
+(if no catch-all setting is found in @xref{bot.users}.) a user has
+access to commands with the level @code{bot:user-none}.
 
 @enumerate 0
 
@@ -822,14 +821,14 @@ before using these. If you have no idea what these do, read rfc 2812
 anything.
 
 @defun bot:send-ctcp to command message
-@code{to} is the target of your CTCP message, @code{command} is the
-CTCP command, and @code{message} is the message (or arguments) of the
+@var{to} is the target of your CTCP message, @var{command} is the
+CTCP command, and @var{message} is the message (or arguments) of the
 command. Make sure to @code{bot:ctcp-quote} the message!
 @end defun
 
 @defun bot:send-ctcp-reply to command message
-@code{to} is the target of your CTCP reply, @code{command} is the
-CTCP command, and @code{message} is the message (or arguments) of the
+@var{to} is the target of your CTCP reply, @var{command} is the
+CTCP command, and @var{message} is the message (or arguments) of the
 command. Make sure to @code{bot:ctcp-quote} the message!
 
 This is used to reply to a ctcp that the bot has received.
@@ -848,7 +847,7 @@ argumentless procedure (a thunk). When the bot exits your thunk will
 be called.
 
 @quotation
-[ I didn't know where to put any of these, so I jsut stuck them in
+[ I didn't know where to put any of these, so I just stuck them in
 here.
 
 There probably needs to be several sections added, like dealing with