tags 335525 - patch thanks On Mon, Oct 24, 2005 at 04:46:49PM +0100, David Pashley wrote: > On Oct 24, 2005 at 14:28, Robert Millan praised the llamas by saying: > > Package: irssi-text > > Version: 0.8.9-3.1 > > Severity: wishlist > > Tags: patch > > > > In freenode, there's +q mode in addition to +v. This mode "quiets" someone > > independently on wether the channel is moderated. > > > > Attached patch implements /quiet and /dequiet aliases for this command. > > > > Can this not be done with: > > /alias quiet /mode +q > /alias dequiet /mode -q
Uhm actualy, it seems my patch (or these alias) don't do exactly what I wanted. What I'd like if for /quiet (or /mode +q) to benefit from the same nick->netmask expansion that /ban has: /ban nick --> 18:41 -!- mode/#channel [+b [EMAIL PROTECTED] by op /mode +q nick --> 18:41 -!- mode/#channel [+b [EMAIL PROTECTED] by op Note the different resulting netmask in both cases. Also, note that in the latter case, "+b" is printed (I'm not sure why). However, +q is what actualy takes effect. -- Robert Millan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

