X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b4cd337c77757beb087b81c652a38474ee403568..853058531aa2387ce1e8ab77ec9b416e70c6bffa:/include/msg.h diff --git a/include/msg.h b/include/msg.h index 283eb9b..1d04c0b 100644 --- a/include/msg.h +++ b/include/msg.h @@ -139,13 +139,13 @@ extern int m_unregistered(struct Client *, struct Client *, int, const char **); * * parv a NULL terminated list of parameter pointers, * - * parv[0], sender (prefix string), if not present - * this points to an empty string. + * parv[0], unused for historical reasons (formerly + * sender name) * parv[1]...parv[parc-1] * pointers to additional parameters * parv[parc] == NULL, *always* * - * note: it is guaranteed that parv[0]..parv[parc-1] are all + * note: it is guaranteed that parv[1]..parv[parc-1] are all * non-NULL pointers. */