[project @ 2005-07-04 08:15:08 by unknown_lamer]
[clinton/bobotpp.git] / bobot++.texinfo
index 767a859..47f1d53 100644 (file)
@@ -904,6 +904,15 @@ This hook is called when a user begins a DCC CHAT with the bot.
 @var{from} is the user's address in the form @samp{nick!user@@host}.
 @end defun
 
+@defun hooks/dcc/chat-end address
+This hook is called when a DCC CHAT is purged after being idle for a
+while, or when the user closes the DCC CHAT. As such, you cannot write
+any more data to the DCC CHAT.
+
+@var{address} is the address (nick!user@@host) of the person on the
+other side of the DCC.
+@end defun
+
 @defun hooks/dcc/chat-message from message
 This hook is called when a user sends a message to the bot through
 a DCC CHAT.