Move module description headers to the top
This is cleaner. Note this was broken out of a much larger piece of work I did, so if there's any problems, I apologise!
This commit is contained in:
parent
6287d57fa9
commit
eeabf33a7c
127 changed files with 400 additions and 342 deletions
|
@ -36,10 +36,11 @@
|
|||
#include "blacklist.h"
|
||||
#include "s_assert.h"
|
||||
|
||||
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";
|
||||
|
||||
static int mr_user(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||
|
||||
struct Message user_msgtab = {
|
||||
"USER", 0, 0, 0, 0,
|
||||
{{mr_user, 5}, mg_reg, mg_ignore, mg_ignore, mg_ignore, mg_reg}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue