extsay/extsay.c
changeset 8 53b0091ecd47
parent 7 ad87c711de84
--- a/extsay/extsay.c	Tue Mar 09 22:17:15 2010 +0100
+++ b/extsay/extsay.c	Sat Mar 13 12:00:13 2010 +0100
@@ -34,10 +34,17 @@
 
 /* Module description */
 module_info_t info_extsay = {
-        .mcabber_version = "0.10.0",
-        .requires        = NULL,
-        .init            = extsay_init,
-        .uninit          = extsay_uninit,
+        .branch         = MCABBER_BRANCH,
+        .api            = MCABBER_API_VERSION,
+        .version        = "0.01",
+        .description    = "Use external editor to send a message\n"
+                          "WARNING: use at your own risk - "
+                          "mcabber is stuck while you write a message, "
+                          "this is not recommended!",
+        .requires       = NULL,
+        .init           = extsay_init,
+        .uninit         = extsay_uninit,
+        .next           = NULL,
 };
 
 // XXX Not very clean, internal function...