Fix minor comment munging from sed being a piece of shit
This commit is contained in:
parent
bd0d352f12
commit
06c3a3191c
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ mapi_clist_av1 mkpasswd_clist[] = { &mkpasswd_msgtab, NULL };
|
||||||
DECLARE_MODULE_AV1(mkpasswd, NULL, NULL, mkpasswd_clist, NULL, NULL, "$Revision$");
|
DECLARE_MODULE_AV1(mkpasswd, NULL, NULL, mkpasswd_clist, NULL, NULL, "$Revision$");
|
||||||
|
|
||||||
|
|
||||||
/* m_mkpasswd - mkpasswd messages.handler
|
/* m_mkpasswd - mkpasswd message handler
|
||||||
* parv[1] = password
|
* parv[1] = password
|
||||||
* parv[2] = type
|
* parv[2] = type
|
||||||
*/
|
*/
|
||||||
|
@ -89,7 +89,7 @@ m_mkpasswd(struct Client *client_p, struct Client *source_p, int parc, const cha
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* mo_mkpasswd - mkpasswd messages.handler
|
/* mo_mkpasswd - mkpasswd message handler
|
||||||
* parv[1] = password
|
* parv[1] = password
|
||||||
* parv[2] = type
|
* parv[2] = type
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -66,7 +66,7 @@ mapi_clist_av1 webirc_clist[] = { &webirc_msgtab, NULL };
|
||||||
DECLARE_MODULE_AV1(webirc, NULL, NULL, webirc_clist, NULL, NULL, "$Revision: 20702 $");
|
DECLARE_MODULE_AV1(webirc, NULL, NULL, webirc_clist, NULL, NULL, "$Revision: 20702 $");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* mr_webirc - webirc messages.handler
|
* mr_webirc - webirc message handler
|
||||||
* parv[1] = password
|
* parv[1] = password
|
||||||
* parv[2] = fake username (we ignore this)
|
* parv[2] = fake username (we ignore this)
|
||||||
* parv[3] = fake hostname
|
* parv[3] = fake hostname
|
||||||
|
|
Loading…
Reference in a new issue