[project @ 2005-06-23 18:49:38 by unknown_lamer]
[clinton/bobotpp.git] / bobot++.texinfo
index 9e573a5..2db1f7a 100644 (file)
@@ -818,6 +818,12 @@ Send an ``action'' type  @var{message} to @var{channel}
 The same as if a user typed @code{/msg nick message} to their IRC client.
 @end defun
 
+@defun bot:notice target message
+Sends @var{message} as a NOTICE to @var{target}. @var{target} may be a
+user (nick) or a channel. This returns @code{#t} if the message was
+sent successfull, @code{#f} otherwise.
+@end defun
+
 @node Low Level Message Functions,  , High Level Message Functions, Sending Messages
 @subsection ``Low Level'' Message Functions