]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_whois.c
Update comments for parv[0] removal.
[irc/rqf/shadowircd.git] / modules / m_whois.c
index 085e4d64d00a73556310a07d88d20514fdb1408e..ca8dc23848522c87cc16d17c43771469f30de822 100644 (file)
@@ -69,7 +69,6 @@ DECLARE_MODULE_AV1(whois, NULL, NULL, whois_clist, whois_hlist, NULL, "$Revision
 
 /*
  * m_whois
- *      parv[0] = sender prefix
  *      parv[1] = nickname masklist
  */
 static int
@@ -115,7 +114,6 @@ m_whois(struct Client *client_p, struct Client *source_p, int parc, const char *
 
 /*
  * ms_whois
- *      parv[0] = sender prefix
  *      parv[1] = server to reply
  *      parv[2] = nickname to whois
  */