]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_kill.c
Allow users to send replies through +G the same as they can through +g.
[irc/rqf/shadowircd.git] / modules / core / m_kill.c
index c26518783abb75b845d889736f8a4a2498f75957..80df7df055e765eff2975658ef7418f7b3c4bd71 100644 (file)
@@ -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
  */