X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8e425f4137f87d4b537d60df4206b221889d2121..01b2be6fe1fb93d3c5c547035d9dd360afbc5b15:/modules/core/m_kill.c diff --git a/modules/core/m_kill.c b/modules/core/m_kill.c index c265187..80df7df 100644 --- a/modules/core/m_kill.c +++ b/modules/core/m_kill.c @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_kill.c 3408 2007-04-14 20:58:56Z jilles $ */ #include "stdinc.h" @@ -58,7 +57,6 @@ DECLARE_MODULE_AV1(kill, NULL, NULL, kill_clist, NULL, NULL, "$Revision: 3408 $" /* ** mo_kill -** parv[0] = sender prefix ** parv[1] = kill victim ** parv[2] = kill path */ @@ -158,7 +156,6 @@ mo_kill(struct Client *client_p, struct Client *source_p, int parc, const char * /* * ms_kill - * parv[0] = sender prefix * parv[1] = kill victim * parv[2] = kill path and reason */