mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
extb_usermode should declare itself as what it actually is.
This commit is contained in:
parent
655e7dee45
commit
a8eae73002
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ static int _modinit(void);
|
|||
static void _moddeinit(void);
|
||||
static int eb_usermode(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
|
||||
|
||||
DECLARE_MODULE_AV1(extb_account, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1299 $");
|
||||
DECLARE_MODULE_AV1(extb_usermode, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1299 $");
|
||||
|
||||
static int
|
||||
_modinit(void)
|
||||
|
|
Loading…
Reference in a new issue