]> jfr.im git - solanum.git/blobdiff - modules/m_monitor.c
Add AV2 descriptions to m_[l-m]*
[solanum.git] / modules / m_monitor.c
index ae26035be9ace6465baf2d11e92a45e6aa075a96..d7ec2abdc052ac4d488289e7506afb7166b6f4c6 100644 (file)
@@ -26,8 +26,6 @@
  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: m_monitor.c 312 2005-11-07 10:47:33Z jilles $
  */
 
 #include "stdinc.h"
@@ -51,7 +49,10 @@ struct Message monitor_msgtab = {
 };
 
 mapi_clist_av1 monitor_clist[] = { &monitor_msgtab, NULL };
-DECLARE_MODULE_AV1(monitor, monitor_init, monitor_deinit, monitor_clist, NULL, NULL, "$Revision: 312 $");
+
+static const char monitor_desc[] = "Provides the MONITOR facility for tracking user signon and signoff";
+
+DECLARE_MODULE_AV2(monitor, monitor_init, monitor_deinit, monitor_clist, NULL, NULL, NULL, NULL, monitor_desc);
 
 static int monitor_init(void)
 {