diff --git a/modules/m_time.c b/modules/m_time.c index 9d7d3ec5..d3392cb8 100644 --- a/modules/m_time.c +++ b/modules/m_time.c @@ -37,7 +37,7 @@ 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": + "Provides the TIME command to show the current server time"; struct Message time_msgtab = { "TIME", 0, 0, 0, 0, diff --git a/modules/m_user.c b/modules/m_user.c index a7072054..2a6b53fc 100644 --- a/modules/m_user.c +++ b/modules/m_user.c @@ -38,7 +38,7 @@ static int mr_user(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static const char user_desc[] = - "Provides the USER command to register a new connection": + "Provides the USER command to register a new connection"; struct Message user_msgtab = { "USER", 0, 0, 0, 0,