X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/564b19bf9a99483c892f276c3ceab7efda461fda..ac408af6cba5a230c66186d4389e60766c3a74a4:/modules/m_resv.c?ds=inline diff --git a/modules/m_resv.c b/modules/m_resv.c index 92e5730..0c98369 100644 --- a/modules/m_resv.c +++ b/modules/m_resv.c @@ -70,7 +70,6 @@ static int remove_resv_from_file(struct Client *source_p, const char *name); /* * mo_resv() - * parv[0] = sender prefix * parv[1] = channel/nick to forbid * parv[2] = reason */ @@ -140,7 +139,6 @@ mo_resv(struct Client *client_p, struct Client *source_p, int parc, const char * } /* ms_resv() - * parv[0] = sender prefix * parv[1] = target server * parv[2] = channel/nick to forbid * parv[3] = reason @@ -370,7 +368,6 @@ cluster_resv(struct Client *source_p, int temp_time, const char *name, /* * mo_unresv() - * parv[0] = sender prefix * parv[1] = channel/nick to unforbid */ static int @@ -407,7 +404,6 @@ mo_unresv(struct Client *client_p, struct Client *source_p, int parc, const char } /* ms_unresv() - * parv[0] = sender prefix * parv[1] = target server * parv[2] = resv to remove */