]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_join.c
Update comments for parv[0] removal.
[irc/rqf/shadowircd.git] / modules / core / m_join.c
index 6f28e13966cd2fcc3e4d7537d22bc31e35e36fd8..e9f092d2c9cbda24c35495403231f125822c1fcf 100644 (file)
@@ -125,7 +125,6 @@ check_forward(struct Client *source_p, struct Channel *chptr,
 
 /*
  * m_join
- *      parv[0] = sender prefix
  *      parv[1] = channel
  *      parv[2] = channel password (key)
  */
@@ -388,7 +387,6 @@ m_join(struct Client *client_p, struct Client *source_p, int parc, const char *p
 
 /*
  * ms_join
- *      parv[0] = sender prefix
  *      parv[1] = channel TS
  *      parv[2] = channel
  *      parv[3] = "+", formerly channel modes but now unused