]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/m_42.c
Move cmode +N to cmode +d, so that extensions/m_roleplay can retain cmode +N and...
[irc/rqf/shadowircd.git] / extensions / m_42.c
index 1929478557986c94bc969e40e3e2fa7369b4779f..35d0d1a365fda5b9f573a5acbe04de069f28f3d1 100644 (file)
@@ -2,7 +2,6 @@
  *   Copyright (C) infinity-infinity God <God@Heaven>
  *
  *   Bob was here 
- *   $Id: m_42.c 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #include "stdinc.h"
@@ -28,8 +27,7 @@ DECLARE_MODULE_AV1(42, NULL, NULL, hgtg_clist, NULL, NULL, "Revision 0.42");
 static int
 mclient_42(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
-       sendto_one(source_p, ":%s NOTICE %s :The Answer to Life, the Universe, and Everything.",
-                  me.name, source_p->name);
+       sendto_one_notice(source_p, ":The Answer to Life, the Universe, and Everything.");
        return 0;
 }