mcabber/modules/beep/beep.c
changeset 1826 1aa89ccfb626
parent 1813 1c3efa9bc422
child 1829 c059c5c98de6
--- a/mcabber/modules/beep/beep.c	Sat Mar 27 10:48:36 2010 +0100
+++ b/mcabber/modules/beep/beep.c	Sat Mar 27 11:08:19 2010 +0100
@@ -33,14 +33,14 @@
 /* Module description */
 module_info_t info_beep = {
 	.branch          = MCABBER_BRANCH,
+	.api             = MCABBER_API_VERSION,
+	.version         = MCABBER_VERSION,
+	.description     = "Simple beeper module\n"
+		" Recognizes option beep_enable\n"
+		" Provides command /beep",
 	.requires        = NULL,
 	.init            = beep_init,
 	.uninit          = beep_uninit,
-	.api             = MCABBER_API_VERSION,
-	.version         = MCABBER_VERSION,
-	.description     = "Simple beeper module\n"
-		"Recognizes option beep_enable\n"
-		"Provides command /beep",
 	.next            = NULL,
 };