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:
Elizabeth Myers 2016-03-09 01:29:41 -06:00
parent 6287d57fa9
commit eeabf33a7c
127 changed files with 400 additions and 342 deletions

View file

@ -55,6 +55,9 @@
#define FIELD_ACCOUNT 0x0800
#define FIELD_OPLEVEL 0x1000 /* meaningless and stupid, but whatever */
static const char who_desc[] =
"Provides the WHO command to display information for users on a channel";
struct who_format
{
int fields;
@ -62,8 +65,6 @@ struct who_format
};
static int m_who(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
static const char who_desc[] =
"Provides the WHO command to display information for users on a channel";
struct Message who_msgtab = {
"WHO", 0, 0, 0, 0,