Re: irssi and channel mode +d
Wouter Coekaerts <[email protected]> Sat, 19 Apr 2003 14:50:27 +0200
| Newsgroups | gmane.network.irc.irssi.devel |
|---|---|
| Message-ID | <[email protected]> |
Op zaterdag 19 april 2003 04:12, schreef splidge: > 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? From changelog: 2001-12-17 19:47 Timo Sirainen <[email protected]> * src/irc/core/modes.h: mode +d is now also treated as having argument (hybrid 7 / dancer realname ban) 2002-04-26 13:04 Timo Sirainen <[email protected]> * src/irc/core/modes.c: Don't treat +d as regular channel mode. Greets, Wouter.