modules/m_resv: update comments since parv[0] is not used anymore

This commit is contained in:
William Pitcock 2015-11-19 17:12:07 -06:00
parent ff2f68e617
commit e77879b0f6

View file

@ -73,7 +73,6 @@ static void remove_resv(struct Client *source_p, const char *name, int propagate
/* /*
* mo_resv() * mo_resv()
* parv[0] = sender prefix
* parv[1] = channel/nick to forbid * parv[1] = channel/nick to forbid
* parv[2] = reason * parv[2] = reason
*/ */
@ -151,7 +150,6 @@ mo_resv(struct Client *client_p, struct Client *source_p, int parc, const char *
} }
/* ms_resv() /* ms_resv()
* parv[0] = sender prefix
* parv[1] = target server * parv[1] = target server
* parv[2] = channel/nick to forbid * parv[2] = channel/nick to forbid
* parv[3] = reason * parv[3] = reason
@ -422,7 +420,6 @@ cluster_resv(struct Client *source_p, int temp_time, const char *name, const cha
/* /*
* mo_unresv() * mo_unresv()
* parv[0] = sender prefix
* parv[1] = channel/nick to unforbid * parv[1] = channel/nick to unforbid
*/ */
static int static int
@ -463,7 +460,6 @@ mo_unresv(struct Client *client_p, struct Client *source_p, int parc, const char
} }
/* ms_unresv() /* ms_unresv()
* parv[0] = sender prefix
* parv[1] = target server * parv[1] = target server
* parv[2] = resv to remove * parv[2] = resv to remove
*/ */