]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_chghost.c
Update comments for parv[0] removal.
[irc/rqf/shadowircd.git] / modules / m_chghost.c
index a4b4ce3e6dc2233368743baca04533b7d6452aa0..57bffa977bc8fe604aa37025e6e958313a09ea4e 100644 (file)
@@ -77,7 +77,6 @@ clean_host(const char *host)
 
 /*
  * me_realhost
- * parv[0] = origin
  * parv[1] = real host
  *
  * Yes this contains a little race condition if someone does a whois
@@ -140,7 +139,6 @@ do_chghost(struct Client *source_p, struct Client *target_p,
 
 /*
  * ms_chghost
- * parv[0] = origin
  * parv[1] = target
  * parv[2] = host
  */
@@ -168,7 +166,6 @@ ms_chghost(struct Client *client_p, struct Client *source_p,
 
 /*
  * me_chghost
- * parv[0] = origin
  * parv[1] = target
  * parv[2] = host
  */
@@ -188,7 +185,6 @@ me_chghost(struct Client *client_p, struct Client *source_p,
 
 /*
  * mo_chghost
- * parv[0] = origin
  * parv[1] = target
  * parv[2] = host
  */