X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cbeab4bc340b7b3f4fbf424ff327758defb9598a..eeabf33a7c34efbedce519f67b8b87e4c75a422f:/modules/m_away.c diff --git a/modules/m_away.c b/modules/m_away.c index a36dafbc..80bbc55e 100644 --- a/modules/m_away.c +++ b/modules/m_away.c @@ -35,6 +35,8 @@ #include "s_serv.h" #include "packet.h" +static const char away_desc[] = "Provides the AWAY command to set yourself away"; + static int m_away(struct MsgBuf *, struct Client *, struct Client *, int, const char **); struct Message away_msgtab = { @@ -43,7 +45,8 @@ struct Message away_msgtab = { }; mapi_clist_av1 away_clist[] = { &away_msgtab, NULL }; -DECLARE_MODULE_AV1(away, NULL, NULL, away_clist, NULL, NULL, "$Revision: 3370 $"); + +DECLARE_MODULE_AV2(away, NULL, NULL, away_clist, NULL, NULL, NULL, NULL, away_desc); /*********************************************************************** * m_away() - Added 14 Dec 1988 by jto.