]> jfr.im git - solanum.git/blobdiff - extensions/m_remove.c
modules: add origin field to V2
[solanum.git] / extensions / m_remove.c
index 35d70edcc2fdb76d45c94dea53761422bff76b09..4d6e74d7c2344a8aca6bd6efa96ce6c03051190f 100644 (file)
@@ -62,7 +62,7 @@ mapi_cap_list_av2 remove_cap_list[] = {
 
 const char description[] = "Provides the REMOVE command, an alternative to KICK";
 
-DECLARE_MODULE_AV2(remove, NULL, NULL, remove_clist, NULL, remove_hfnlist, remove_cap_list, NULL, description);
+DECLARE_MODULE_AV2(remove, MAPI_ORIGIN_EXTENSION, NULL, NULL, remove_clist, NULL, remove_hfnlist, remove_cap_list, NULL, description);
 
 static int
 m_remove(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])