Make comment for ms_join() up to date.
This commit is contained in:
parent
05d8a68c88
commit
9d35015621
|
@ -388,14 +388,11 @@ m_join(struct Client *client_p, struct Client *source_p, int parc, const char *p
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ms_join
|
* ms_join
|
||||||
*
|
* parv[0] = sender prefix
|
||||||
* inputs -
|
* parv[1] = channel TS
|
||||||
* output - none
|
* parv[2] = channel
|
||||||
* side effects - handles remote JOIN's sent by servers. In TSora
|
* parv[3] = "+", formerly channel modes but now unused
|
||||||
* remote clients are joined using SJOIN, hence a
|
* alternatively, a single "0" parameter parts all channels
|
||||||
* JOIN sent by a server on behalf of a client is an error.
|
|
||||||
* here, the initial code is in to take an extra parameter
|
|
||||||
* and use it for the TimeStamp on a new channel.
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
ms_join(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
ms_join(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
||||||
|
|
Loading…
Reference in New Issue