X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..bd0d352f12ee12bbe14b43c4eed9fbc74c51ac00:/extensions/m_42.c diff --git a/extensions/m_42.c b/extensions/m_42.c index 19294785..805e1227 100644 --- a/extensions/m_42.c +++ b/extensions/m_42.c @@ -2,7 +2,7 @@ * Copyright (C) infinity-infinity God * * Bob was here - * $Id: m_42.c 6 2005-09-10 01:02:21Z nenolod $ + * $Id: m_42.c 3161 2007-01-25 07:23:01Z nenolod $ */ #include "stdinc.h" @@ -28,8 +28,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; }