]> jfr.im git - solanum.git/blobdiff - extensions/spy_stats_notice.c
Merge pull request #161 from awilfox/av2desc
[solanum.git] / extensions / spy_stats_notice.c
index 240050f273f7435307d3e10afbd33cc45ca705d1..73c63e5c7df01d1fc00e2251cededf8598e2e7f2 100644 (file)
@@ -18,8 +18,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: spy_stats_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
@@ -35,7 +33,7 @@ mapi_hfn_list_av1 stats_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV1(stats_spy, NULL, NULL, NULL, NULL, stats_hfnlist, "$Revision: 498 $");
+DECLARE_MODULE_AV2(stats_spy, NULL, NULL, NULL, NULL, stats_hfnlist, NULL, NULL, NULL);
 
 void
 show_stats(hook_data_int *data)