diff mcabber/doc/HOWTO_modules.txt @ 1683:b09f82f61745

Split HOOK_INTERNAL
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 19 Jan 2010 16:09:27 +0200
parents 004739237999
children 5093b5ca1572
line wrap: on
line diff
--- a/mcabber/doc/HOWTO_modules.txt	Tue Jan 19 09:53:12 2010 +0200
+++ b/mcabber/doc/HOWTO_modules.txt	Tue Jan 19 16:09:27 2010 +0200
@@ -148,8 +148,8 @@
      hook-status-change. Old one should still be
      available as the current status of the user.
    * message - new status message
- - hook-post-connect (HOOK_INTERNAL) with no parameters
- - hook-pre-disconnect (HOOK_INTERNAL) with no
+ - hook-post-connect (HOOK_POST_CONNECT) with no parameters
+ - hook-pre-disconnect (HOOK_PRE_DICSONNECT) with no
    parameters
 
 --------------------------------------------------------