]> jfr.im git - solanum.git/blobdiff - extensions/spy_stats_p_notice.c
filter: drop messages if we're ACT_KILLing them
[solanum.git] / extensions / spy_stats_p_notice.c
index 0d0f38790cade300d17b86e653adc3d67f09100b..c068a252e22dc39a70b1bd46250b7e12b2f8855f 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_p_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
@@ -28,6 +26,8 @@
 #include "ircd.h"
 #include "send.h"
 
+static const char spy_desc[] = "Sends a notice when someone looks at the operator list";
+
 void show_stats_p(hook_data *);
 
 mapi_hfn_list_av1 stats_p_hfnlist[] = {
@@ -35,7 +35,7 @@ mapi_hfn_list_av1 stats_p_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV1(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, "$Revision: 498 $");
+DECLARE_MODULE_AV2(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_stats_p(hook_data *data)