Compensate for my obviously diminished faculties.
This commit is contained in:
parent
02369fa767
commit
8699801ca2
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ struct Message echotags_msgtab = {
|
|||
|
||||
mapi_clist_av1 echotags_clist[] = { &echotags_msgtab, NULL };
|
||||
|
||||
static const char echotags_desc = "A test module for tags";
|
||||
static const char echotags_desc[] = "A test module for tags";
|
||||
|
||||
DECLARE_MODULE_AV2(echotags, NULL, NULL, echotags_clist, NULL, NULL, NULL, NULL, echotags_desc);
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ struct Message extendchans_msgtab = {
|
|||
|
||||
mapi_clist_av1 extendchans_clist[] = { &extendchans_msgtab, NULL };
|
||||
|
||||
static const char extendchans_desc =
|
||||
static const char extendchans_desc[] =
|
||||
"Allow an oper or service to let a given user join more channels";
|
||||
|
||||
DECLARE_MODULE_AV2(extendchans, NULL, NULL, extendchans_clist, NULL, NULL, NULL, NULL, extendchans_desc);
|
||||
|
|
|
@ -44,7 +44,7 @@ struct Message findforwards_msgtab = {
|
|||
|
||||
mapi_clist_av1 findforwards_clist[] = { &findforwards_msgtab, NULL };
|
||||
|
||||
static const char findfowards_desc = "Allows operators to find forwards to a given channel";
|
||||
static const char findfowards_desc[] = "Allows operators to find forwards to a given channel";
|
||||
|
||||
DECLARE_MODULE_AV2(findforwards, NULL, NULL, findforwards_clist, NULL, NULL, NULL, NULL, findfowards_desc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue