]> jfr.im git - solanum.git/blobdiff - modules/m_user.c
Move module description headers to the top
[solanum.git] / modules / m_user.c
index 2a6b53fc7e91a6c87a98e6e8aabd71a16a652e73..f80e226303c2147b57ddea2bf9f0ec2a878d4b77 100644 (file)
 #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}