diff mcabber/mcabberrc.example @ 1354:c373ff3fe7e1

Add pre-disconnect internal hook
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Nov 2007 23:15:05 +0100
parents 7caedca15e50
children cd9182f0b5c7
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sat Nov 10 23:06:28 2007 +0100
+++ b/mcabber/mcabberrc.example	Sat Nov 10 23:15:05 2007 +0100
@@ -206,6 +206,10 @@
 # 'hook-post-connect' is executed when mcabber has connected to the server
 # and the roster has been received.
 #set hook-post-connect = status dnd
+#
+# 'hook-pre-disconnect' is executed just before mcabber disconnects from
+# the server.
+#set hook-pre-disconnect = say_to foo@bar Goodbye!
 
 # Traces logging
 # If you want advanced traces, please specify a file and a level here.