Re: irssi and channel mode +d

David Leadbeater <[email protected]> Sat, 19 Apr 2003 10:47:15 +0100
Newsgroups gmane.network.irc.irssi.devel
Message-ID <[email protected]>
splidge wrote:
> Hi all,
> 
> I've noticed that irssi will ignore channel mode +d if it's set on a channel
> (i.e. not display it in the channel status).  From the source code this
> looks intentional, placing +d in the same category as +e, +I etc. (modes
> which are complex but the client doesn't really know about).
> 
> This presents a problem for me as I'd like to add a +d channelmode to
> QuakeNet's ircd, and being a large network we have a non-trivial number of
> irssi users.  The mode would be a "simple" mode (i.e. set or cleared, with
> no parameters)[1].
> 
> Myself and others have looked and haven't found any major network which uses
> +d as a more complex channel mode (i.e. unsuitable for displaying in the
> status bar).  Would it be possible to change the behaviour in irssi for
> future releases?

Hybrid supports it as a gecos ban mode, the only network I know it is used on
is freenode (although I have never actually seen it used). I guess that is why
irssi treats it as a list mode.

005 numeric support would be nice and solve many problems like this but I
don't think it's trival to add to Irssi either.