m_time and m_user: Fix small typo
This commit is contained in:
parent
78624ddf8d
commit
ae5695cdcb
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue