diff -r ad87c711de84 -r 53b0091ecd47 comment/comment.c --- a/comment/comment.c Tue Mar 09 22:17:15 2010 +0100 +++ b/comment/comment.c Sat Mar 13 12:00:13 2010 +0100 @@ -26,10 +26,15 @@ /* Module description */ module_info_t info_comment = { - .mcabber_version = "0.10.0", - .requires = NULL, - .init = comment_init, - .uninit = comment_uninit, + .branch = MCABBER_BRANCH, + .api = MCABBER_API_VERSION, + .version = "1.00", + .description = "Comment (no-op) pseudo-command\n" + "(Pretty useless!)", + .requires = NULL, + .init = comment_init, + .uninit = comment_uninit, + .next = NULL, }; static void do_comment(char *args)