diff -r 4a7cf0f5e85c -r fbe6977b37cc README --- 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