Re: Assigning levels to msgs
Wouter Coekaerts <[email protected]> Mon, 23 Aug 2010 14:03:18 +0200
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 23, 2010 at 1:09 PM, Max Novi <[email protected]> wrote: > Is this list still active? Yes, sometimes. >> can I assign levels to messages based on user or string matching? No. Well, maybe it could be done with a script, but I even doubt that. > I'd like to assign messages from BitlBee user "<@root>" to level CRAP, > so that Irssi 0.8.15 won't beep upon receipt. The beep comes from lines of root that match a hilight, I guess? Or did you set it to beep on all public messages? You could use trigger.pl to avoid having the hilight in the first place. See the examples in its docs. (There's no easier/cleaner way to avoid hilights from a certain user at the moment). Wouter.