Re: [Coder-Com] New command request for IRCU

2003-06-18 Thread David Westley
Radium said: "Basically, for the servers, the user never left the channel (thus does not lose the @). The client-server protocol would not change and for the users on the channel, it would look like a real PART, JOIN, MODE +o sequence." Basically like '/mode nick +x' does at the moment onl

RE: [Coder-Com] Hmm.

2002-07-23 Thread David Westley
Ahhh right...I see what you mean...it should appear to come from the users server because the source of the message is sptr->user->server->name. Very odd indeed! Oh well doesn't really matter now as it would appear that u2.10.11 won't do that if as you said you change the sptr to an &me. David -

RE: [Coder-Com] Hmm.

2002-07-23 Thread David Westley
I'm probably way off base here but I think it might be to do with the fact that jbuf->jb_source in joinbuf_init (channel.c) gets filled with the contents of sptr from m_join (joinbuf_init(&create, sptr, cptr, JOINBUF_TYPE_CREATE, 0, TStime());) which I think is the senders name and as the sender w