Re: Ignore join/leave messages but exclude from active users
Dwayne Henderson <[email protected]> Fri, 13 Jan 2012 08:55:03 +0100
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <CAOOO88A3pX8uR2mpUbmQmD5S_UTWOWrLro77p3Xvf9e=7K8qgw@mail.gmail.com> |
--000e0cdfd2e0b0977304b6642ef7
Content-Type: text/plain; charset=ISO-8859-1
I'm not sure. But I guess you could always tone them down. This will make
them all dark grey:
formats = {
"fe-common/core" = {
join = "%K{channick_hilight $0} {chanhost_hilight $1} has joined
{channel $2}%N";
part = "%K{channick $0} {chanhost $1} has left {channel $2}%N";
quit = "%K{channick $0} {chanhost $1} has quit {reason $2}%N";
quit_once = "%K{channel $3} {channick $0} {chanhost $1} has quit
{reason $2}%N";
nick_changed = "%K{channick $0} is now known as {channick_hilight
$1}%N";
};
"fe-common/irc" = {
chanmode_change = "%Kmode/{channelhilight $0} {mode $1} by {nick $2}";
server_chanmode_change = "%K{netsplit ServerMode}/{channelhilight $0}
{mode $1} by {nick $2}";
};
};
I use this for "the simplest, most readable Irssi theme
possible"<https://gist.github.com/1602971>,
inspired by ircII and Solarized <http://ethanschoonover.com/solarized>.
--Dwayne
On Fri, Jan 13, 2012 at 8:36 AM, Jonson Paul <[email protected]> wrote:
> Hello.
>
> People join and leave very often on some channels that I'm using. This can
> sometimes be so much that it makes it hard to follow conversations, so I
> configured irssi to ignore all joins, parts, quits and modes messages.
> However, while that is an improvement it's still not perfect because I am
> interested in some of these actions, particularly from the ones that have
> recently sent a message to the channel. How can I configure irssi to ignore
> all those status messages except for those coming from people that recently
> talked?
>
> - Paul
>
>
--000e0cdfd2e0b0977304b6642ef7
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I'm not sure. But I guess you could always tone them down. This will ma=
ke them all dark grey:<br><br>formats =3D {<br>=A0 "fe-common/core&quo=
t; =3D {<br>=A0=A0=A0 join =3D "%K{channick_hilight $0} {chanhost_hili=
ght $1} has joined {channel $2}%N";<br>
=A0=A0=A0 part =3D "%K{channick $0} {chanhost $1} has left {channel $2=
}%N";<br>=A0=A0=A0 quit =3D "%K{channick $0} {chanhost $1} has qu=
it {reason $2}%N";<br>=A0=A0=A0 quit_once =3D "%K{channel $3} {ch=
annick $0} {chanhost $1} has quit {reason $2}%N";<br>
=A0=A0=A0 nick_changed =3D "%K{channick $0} is now known as {channick_=
hilight $1}%N";<br>=A0 };<br>=A0 "fe-common/irc" =3D {<br>=
=A0=A0=A0 chanmode_change =3D "%Kmode/{channelhilight $0} {mode $1} by=
{nick $2}";<br>
=A0=A0=A0 server_chanmode_change =3D "%K{netsplit ServerMode}/{channel=
hilight $0} {mode $1} by {nick $2}";<br>=A0 };<br>};<br><br>I use this=
for <a href=3D"https://gist.github.com/1602971">"the simplest, most r=
eadable Irssi theme possible"</a>, inspired by ircII and <a href=3D"ht=
tp://ethanschoonover.com/solarized">Solarized</a>.<br>
<br>--Dwayne<br><br><div class=3D"gmail_quote">On Fri, Jan 13, 2012 at 8:36=
AM, Jonson Paul <span dir=3D"ltr"><<a href=3D"mailto:[email protected]=
">[email protected]</a>></span> wrote:<br><blockquote class=3D"gmail_qu=
ote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex=
">
Hello.<br><br>People join and leave very often on some channels that I'=
m using. This can sometimes be so much that it makes it hard to follow conv=
ersations, so I configured irssi to ignore all joins, parts, quits and mode=
s messages. However, while that is an improvement it's still not perfec=
t because I am interested in some of these actions, particularly from the o=
nes that have recently sent a message to the channel. How can I configure i=
rssi to ignore all those status messages except for those coming from peopl=
e that recently talked?<span class=3D"HOEnZb"><font color=3D"#888888"><br>
<br>- Paul<br><br>
</font></span></blockquote></div><br>
--000e0cdfd2e0b0977304b6642ef7--