]> jfr.im git - solanum.git/blobdiff - modules/m_time.c
m_time and m_user: Fix small typo
[solanum.git] / modules / m_time.c
index 40729f4bbcb0067f54e512dcfec6b328b0e69a67..d3392cb8a02767558d110796fc333656414ce8f7 100644 (file)
@@ -20,8 +20,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: m_time.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
@@ -38,6 +36,8 @@
 
 static int m_time(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 static char *date(void);
+static const char time_desc[] =
+       "Provides the TIME command to show the current server time";
 
 struct Message time_msgtab = {
        "TIME", 0, 0, 0, 0,
@@ -45,7 +45,7 @@ struct Message time_msgtab = {
 };
 
 mapi_clist_av1 time_clist[] = { &time_msgtab, NULL };
-DECLARE_MODULE_AV1(time, NULL, NULL, time_clist, NULL, NULL, "$Revision: 254 $");
+DECLARE_MODULE_AV2(time, NULL, NULL, time_clist, NULL, NULL, NULL, NULL, time_desc);
 
 static const char *months[] = {
        "January", "February", "March", "April",