[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New JOIN in 2.9.4b8?



On Oct 17, Bjorn Reese wrote:
| What is the exact syntax of this extended JOIN message?

see already mentionned URL http://www.funet.fi/~irc/server/other.html

| I am not too familiar with the ircd source, but looking
| at channel.c/m_join() it seems to me that under some
| conditions (&channels etc.) it could possibly send
| ^Go twice, ie. it could get it from both 'names' (through
| 's') and 'chop'.

unless I am wrong,

	it can only get it from 'names' if JOIN is coming
	from a server.

	it can only get it from 'chop' if JOIN is coming
	from a local client.