|
I finally got fed up with having excessive activity notifications in irssi
today, and decided to write a script to solve my complaints. I have about nine
channel windows, and sometimes there's a lot of join/part activity, and not
much else, especially during nights and holidays, when IRC is left unattended,
or if there are some hiccups in connectivity around the globe. Though, by
default, irssi likes to show an activity notification for anything, which can
be rather annoying and fill up the right end of the status bar very quickly,
when nothing is actually going on. So this morning, I wrote a wonderfully
quick and easy perl script for irssi to not show these levels of status in
the activity area on the status bar. You can find it here. Just stick it in your
~/.irssi/scripts directory, as lessact.pl, and do /run lessact. Any future messages for a
window, which aren't above a certain level now just get wiped clean. If you
have any issues with it, or have a suggestion to improve it, feel free to let
me know. Enjoy.
|