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
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
static const char ison_desc[] = "Provides the ISON command to check if a set of users is online";
|
||||
|
||||
static int m_ison(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||
|
||||
struct Message ison_msgtab = {
|
||||
|
@ -46,8 +48,6 @@ struct Message ison_msgtab = {
|
|||
|
||||
mapi_clist_av1 ison_clist[] = { &ison_msgtab, NULL };
|
||||
|
||||
static const char ison_desc[] = "Provides the ISON command to check if a set of users is online";
|
||||
|
||||
DECLARE_MODULE_AV2(ison, NULL, NULL, ison_clist, NULL, NULL, NULL, NULL, ison_desc);
|
||||
|
||||
static char buf[BUFSIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue