[[project @ 2005-06-29 19:55:31 by unknown_lamer]
unknown_lamer**20050629195531
 More minor doc edits
] {
hunk ./ChangeLog 5
+	(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
hunk ./bobot++.texinfo 313
-(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}.
hunk ./bobot++.texinfo 824
-@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
hunk ./bobot++.texinfo 830
-@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
hunk ./bobot++.texinfo 850
-[ 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
}