]> jfr.im git - solanum.git/blobdiff - extensions/extb_extgecos.c
Bump all extensions to AV2
[solanum.git] / extensions / extb_extgecos.c
index 943af37f4067f049f80b3248bfc013fa56572bbe..f1090fc2fc8e8667a8976696c6540bc31472f2a9 100644 (file)
@@ -13,7 +13,7 @@ static int _modinit(void);
 static void _moddeinit(void);
 static int eb_extended(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
 
-DECLARE_MODULE_AV1(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1339 $");
+DECLARE_MODULE_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
 
 static int
 _modinit(void)