]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_squit.c
Update comments for parv[0] removal.
[irc/rqf/shadowircd.git] / modules / core / m_squit.c
index e53e2910036e4a2c6b4678d121b9e175751bd53a..587b851bbdd548d4a76b63b8d1bd961fb3139264 100644 (file)
@@ -64,7 +64,6 @@ static struct squit_parms *find_squit(struct Client *client_p,
 
 /*
  * mo_squit - SQUIT message handler
- *      parv[0] = sender prefix
  *      parv[1] = server name
  *      parv[2] = comment
  */
@@ -106,7 +105,6 @@ mo_squit(struct Client *client_p, struct Client *source_p, int parc, const char
 
 /*
  * ms_squit - SQUIT message handler
- *      parv[0] = sender prefix
  *      parv[1] = server name
  *      parv[2] = comment
  */