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
|
@ -39,6 +39,9 @@
|
|||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
|
||||
static const char info_desc[] =
|
||||
"Provides the INFO command for retrieving server copyright, credits, and other info";
|
||||
|
||||
static void send_conf_options(struct Client *source_p);
|
||||
static void send_birthdate_online_time(struct Client *source_p);
|
||||
static void send_info_text(struct Client *source_p);
|
||||
|
@ -60,9 +63,6 @@ mapi_hlist_av1 info_hlist[] = {
|
|||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
static const char info_desc[] =
|
||||
"Provides the INFO command for retrieving server copyright, credits, and other info";
|
||||
|
||||
DECLARE_MODULE_AV2(info, NULL, NULL, info_clist, info_hlist, NULL, NULL, NULL, info_desc);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue