diff plugins/links/links.c @ 988:2e02fbb8b32b

irccd: load metadata from native plugins
author David Demelier <markand@malikania.fr>
date Wed, 10 Feb 2021 17:45:55 +0100
parents 685b85367c8e
children daaf92c097e6
line wrap: on
line diff
--- a/plugins/links/links.c	Wed Feb 10 17:21:45 2021 +0100
+++ b/plugins/links/links.c	Wed Feb 10 17:45:55 2021 +0100
@@ -262,3 +262,8 @@
 
 	return keys;
 }
+
+const char *links_description = "Parse links from messages";
+const char *links_version = IRCCD_VERSION;
+const char *links_license = "ISC";
+const char *links_author = "David Demelier <markand@malikania.fr>";