README
changeset 18 fbe6977b37cc
parent 10 a7575953642d
child 29 23fa36d480fb
--- a/README	Mon Feb 15 18:52:58 2010 +0200
+++ b/README	Thu Mar 04 19:53:29 2010 +0200
@@ -2,16 +2,8 @@
 This is a pep module for mcabber. It just provides common message
 listener for other modules like tune, avatar etc.
 
-This module have no options, just load it before loading modules,
-that depend on it.
-
-Note, that you must not unload this module, while other modules,
-that depend on it are loaded! This may cause segfault. In fact,
-if you by accident did that, you can load module back and avoid
-segfault, but you need to reload other modules to re-register
-their callbacks to this module. Segfault will happen, if you'll
-try to load/unload depending module while this is not loaded.
-I'll try to do something about that, but for now be careful.
+This module have no options, and generally should be loaded
+automatically by other modules.
 
 INSTALLATION