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

RE: +-Channels on IRCNet



Actually, i though that the author of the IRCnet code was the original
author of IRC. And im positive that he has updated RFC1459. It's just that
its deemed different because we have so many IRCDs now.

-----Original Message-----
From: owner-xchat-discuss@nl.linux.org
[mailto:owner-xchat-discuss@nl.linux.org]On Behalf Of Peter Zelezny
Sent: Saturday, June 02, 2001 1:01 AM
To: xchat-discuss@nl.linux.org
Subject: Re: +-Channels on IRCNet



On 2001.06.02 07:48:28 +1000 Stefan Scholl wrote:
> I've joined a + channel (name starts with + instead of #, it's a
> modeless channel) and all the messages in the channel were send
> to me like MSG. For everyone speaking in the channel I've got a
> new query-tab.
>
> X-Chat 1.7.6

Ok, you'll probably have to edit xchat.c line 548:
	serv->chantypes = strdup ("#&!");
and change it to:
	serv->chantypes = strdup ("#&!+");

Unfortunately IRCNet breaks the RFC with the "!" channels, but doesn't
provide a 005 numeric to tell clients about it :(

--
Peter Zelezny. <zed@linux.com>
-
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/xchat-discuss/
Posted By:     Peter Zelezny <zed@linux.com>

-
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/xchat-discuss/
Posted By:     "Brian Dotson" <dj28bd@home.com>