[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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>