]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_nick.c
Update comments for parv[0] removal.
[irc/rqf/shadowircd.git] / modules / core / m_nick.c
index 7335399b4409e90ccc51f1bfe8369e1f8d73c528..4deeed60594615e77bd4d85fd8a5fd3c964426fd 100644 (file)
@@ -108,7 +108,6 @@ static int perform_nickchange_collides(struct Client *, struct Client *,
                                       struct Client *, int, const char **, time_t, const char *);
 
 /* mr_nick()
- *       parv[0] = sender prefix
  *       parv[1] = nickname
  */
 static int
@@ -175,7 +174,6 @@ mr_nick(struct Client *client_p, struct Client *source_p, int parc, const char *
 }
 
 /* m_nick()
- *     parv[0] = sender prefix
  *     parv[1] = nickname
  */
 static int
@@ -258,7 +256,6 @@ m_nick(struct Client *client_p, struct Client *source_p, int parc, const char *p
 /* mc_nick()
  *      
  * server -> server nick change
- *    parv[0] = sender prefix
  *    parv[1] = nickname
  *    parv[2] = TS when nick change
  */